summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-22 12:14:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-22 12:14:20 +0000
commit213e385df136bdea70f5edfcbb85336120c87c96 (patch)
tree8113676579032fc7c64c2e68119e4814d40185d0 /perl-install/my_gtk.pm
parent12b224d0ed08d9adb5bb342768e441901b0e530c (diff)
downloaddrakx-213e385df136bdea70f5edfcbb85336120c87c96.tar
drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.gz
drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.bz2
drakx-213e385df136bdea70f5edfcbb85336120c87c96.tar.xz
drakx-213e385df136bdea70f5edfcbb85336120c87c96.zip
no_comment
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index e09d700ab..97030b29d 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -325,6 +325,7 @@ sub _create_window($$) {
65481 => 'next',
65480 => 'previous' }}{$_[1]->{keyval}} or return;
if ($d eq "help") {
+ require install_steps_gtk;
install_steps_gtk::create_big_help();
} else {
my $s = $::o->{step};