From 68fef7e228e474597cadcfe59f0338e7bed8bf8f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 26 Aug 2004 02:12:59 +0000 Subject: Don't wrap messages two times in a WrappedLabel (bug #10962) --- rpmdrake.pm | 1 + 1 file changed, 1 insertion(+) 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_( -- cgit v1.2.1