summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
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);