From 4b5ea6422172f4cc577f8bedb61f1ad340b17c9b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Oct 2012 17:37:23 +0000 Subject: add scrollbar for long one liner messages (mga#5118) --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index 5c7364d7..922a85c7 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -152,7 +152,7 @@ sub configure_urpm() { } my $nb_lines = $message =~ tr/\n/\n/; my $w; - if ($nb_lines > 30) { + if ($nb_lines > 30 || $message =~ /^transaction is too small/) { $w = Gtk2::Dialog->new(N("Warning"), $mainw, [qw(modal destroy-with-parent)], N("Ok"), 'ok'); $w->vbox->add(my $f = Gtk2::Frame->new); my $sw = create_scrolled_window(my $text = Gtk2::TextView->new); -- cgit v1.2.1