summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-08 17:37:19 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-08 17:37:19 +0000
commit87b6a7112b7f617727706f87c700fbb1bb7519e9 (patch)
tree5ef54c490a9a4317213429ff54bec5c3fc9b7230 /gurpmi2
parent503e4bdca02a228f00f2ad1dc8d5cd570f60fd18 (diff)
downloadurpmi-87b6a7112b7f617727706f87c700fbb1bb7519e9.tar
urpmi-87b6a7112b7f617727706f87c700fbb1bb7519e9.tar.gz
urpmi-87b6a7112b7f617727706f87c700fbb1bb7519e9.tar.bz2
urpmi-87b6a7112b7f617727706f87c700fbb1bb7519e9.tar.xz
urpmi-87b6a7112b7f617727706f87c700fbb1bb7519e9.zip
wrap big messages (mga#5118)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index 3c743377..5c7364d7 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -157,6 +157,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);