summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-15 05:51:47 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-15 05:51:47 +0000
commit3a6193297681020ff7b73739897105c747a3161f (patch)
tree79ae804590dd6dcb524108c5c2a8a0c1857cc382 /gurpmi2
parentdc5f5e4f4677ee0e6d991ba1cae4d783b27ad6ce (diff)
downloadurpmi-3a6193297681020ff7b73739897105c747a3161f.tar
urpmi-3a6193297681020ff7b73739897105c747a3161f.tar.gz
urpmi-3a6193297681020ff7b73739897105c747a3161f.tar.bz2
urpmi-3a6193297681020ff7b73739897105c747a3161f.tar.xz
urpmi-3a6193297681020ff7b73739897105c747a3161f.zip
wrap big messages (mga#5118)
(backported from trunk)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index d1989753..34c8be95 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -156,6 +156,7 @@ sub configure_urpm() {
$w->vbox->add(my $f = Gtk2::Frame->new);
my $sw = create_scrolled_window(my $text = Gtk2::TextView->new);
$sw->set_border_width(2);
+ $text->set_wrap_mode('word');
$f->add($sw);
$text->get_buffer->set_text($message);
$text->set_editable(0);