aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/widgets.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/widgets.pm')
-rwxr-xr-xRpmdrake/widgets.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/widgets.pm b/Rpmdrake/widgets.pm
index aa66e544..a3f5e56a 100755
--- a/Rpmdrake/widgets.pm
+++ b/Rpmdrake/widgets.pm
@@ -34,7 +34,7 @@ use Time::HiRes;
sub new {
my ($_class) = @_;
- my $w = mygtk2::gtknew('TextView');
+ my $w = gtknew('TextView', editable => 0);
my $time if 0;
$w->signal_connect(size_allocate => sub {
my ($w, $requisition) = @_;