summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-02-09 19:47:35 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-02-09 19:47:35 +0000
commitffeb132773e872b6aa85d03890e3b67f8275095c (patch)
treec5540265d3f111bc1ba3a5c7cc8b3d67314d0fe6 /perl-install/install/steps_gtk.pm
parent45858a01db145725dd2a3d17f4c30d4f22645c87 (diff)
downloaddrakx-ffeb132773e872b6aa85d03890e3b67f8275095c.tar
drakx-ffeb132773e872b6aa85d03890e3b67f8275095c.tar.gz
drakx-ffeb132773e872b6aa85d03890e3b67f8275095c.tar.bz2
drakx-ffeb132773e872b6aa85d03890e3b67f8275095c.tar.xz
drakx-ffeb132773e872b6aa85d03890e3b67f8275095c.zip
fix using empty dmraid
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 05cf2f9cc..2574e2906 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -491,7 +491,7 @@ sub choosePackagesTree {
interactive_help => sub {
interactive::gtk::display_help($o,
{ interactive_help_id =>
- 'choosePackages#choosePackagesTree' }, $w) },
+ 'choosePackages#choosePackagesTree' }, my $w) },
ok => N("Install"),
cancel => N("Previous"),