summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-27 14:03:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-27 14:03:35 +0000
commitede63b3b0df1883f368711a6ca6746455d2a4076 (patch)
treed92b70d43c6a124e7f108a03f7de527ef0b83e0a /perl-install/my_gtk.pm
parent28ef5814f5973e134faec194e952bbbe297a732b (diff)
downloaddrakx-backup-do-not-use-ede63b3b0df1883f368711a6ca6746455d2a4076.tar
drakx-backup-do-not-use-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.gz
drakx-backup-do-not-use-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.bz2
drakx-backup-do-not-use-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.xz
drakx-backup-do-not-use-ede63b3b0df1883f368711a6ca6746455d2a4076.zip
no_comment
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 99a7733ac..290abbe47 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -132,7 +132,7 @@ sub gtktext_insert($$) {
$w->backward_delete($w->get_length);
$w->insert(undef, undef, undef, "$t\n"); #- needs \n otherwise in case of one line text the beginning is not shown (even with the vadj->set_value)
$w->set_word_wrap(1);
- $w->vadj->set_value(0);
+#- $w->vadj->set_value(0);
$w->thaw;
$w;
}