aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-26 02:12:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-26 02:12:59 +0000
commit68fef7e228e474597cadcfe59f0338e7bed8bf8f (patch)
tree6a0e781a02edfb730d40148a385f4c35741428da /rpmdrake.pm
parent0e056888f34403b8bd3a4aedf418d9bef07702e2 (diff)
downloadrpmdrake-68fef7e228e474597cadcfe59f0338e7bed8bf8f.tar
rpmdrake-68fef7e228e474597cadcfe59f0338e7bed8bf8f.tar.gz
rpmdrake-68fef7e228e474597cadcfe59f0338e7bed8bf8f.tar.bz2
rpmdrake-68fef7e228e474597cadcfe59f0338e7bed8bf8f.tar.xz
rpmdrake-68fef7e228e474597cadcfe59f0338e7bed8bf8f.zip
Don't wrap messages two times in a WrappedLabel (bug #10962)
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 2ded0a3c..e8e7f987 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -142,6 +142,7 @@ sub interactive_msg {
my ($title, $contents, %options) = @_;
my $d = ugtk2->new($title, grab => 1, if_(exists $options{transient}, transient => $options{transient}));
$d->{rwindow}->set_position($options{transient} ? 'center_on_parent' : 'center_always') if !$::isEmbedded;
+ $contents = formatAlaTeX($contents) unless $options{scroll}; #- because we'll use a WrappedLabel
gtkadd(
$d->{window},
gtkpack_(