summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-25 11:45:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-25 11:45:13 +0000
commit5cb4181c9d1488e4025a5358cea6f1e7fda862a9 (patch)
tree8abc36efbe5b5bed3f7c7dd37f5a054be58b8856 /perl-install/interactive_gtk.pm
parent6c10593611f0375bce2c5fdf1b55c9be03f9c734 (diff)
downloaddrakx-backup-do-not-use-5cb4181c9d1488e4025a5358cea6f1e7fda862a9.tar
drakx-backup-do-not-use-5cb4181c9d1488e4025a5358cea6f1e7fda862a9.tar.gz
drakx-backup-do-not-use-5cb4181c9d1488e4025a5358cea6f1e7fda862a9.tar.bz2
drakx-backup-do-not-use-5cb4181c9d1488e4025a5358cea6f1e7fda862a9.tar.xz
drakx-backup-do-not-use-5cb4181c9d1488e4025a5358cea6f1e7fda862a9.zip
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index d59a1ea15..1e81785d7 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -12,6 +12,11 @@ use my_gtk qw(:helpers :wrappers);
1;
+sub new {
+ $::windowheight ||= 400 if $::isStandalone;
+ goto &interactive::new;
+}
+
#-#- redefine ask_warn
#-sub ask_warn {
#- my $o = shift;