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 d6768860..b310c22c 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -149,6 +149,7 @@ sub configure_urpm() {
$sw->set_border_width(2);
$f->add($sw);
$text->get_buffer->set_text($message);
+ $text->set_editable(0);
$_->show foreach $f, $sw, $text;
$w->set_size_request(400, 400);
$w->set_default_response('ok');