summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-17 08:11:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-17 08:11:29 +0000
commit69617c268cef38da90a2a40dd8ec3c2b385a09e9 (patch)
tree6df986b51af0f0d9920ad78f246f493fd72bc3dc /perl-install/standalone/drakups
parent59ff44130e2a625e13161a75dd0e957c29197803 (diff)
downloaddrakx-backup-do-not-use-69617c268cef38da90a2a40dd8ec3c2b385a09e9.tar
drakx-backup-do-not-use-69617c268cef38da90a2a40dd8ec3c2b385a09e9.tar.gz
drakx-backup-do-not-use-69617c268cef38da90a2a40dd8ec3c2b385a09e9.tar.bz2
drakx-backup-do-not-use-69617c268cef38da90a2a40dd8ec3c2b385a09e9.tar.xz
drakx-backup-do-not-use-69617c268cef38da90a2a40dd8ec3c2b385a09e9.zip
perl_checker cleanup
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-xperl-install/standalone/drakups2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups
index e5d35da63..747516d62 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -343,7 +343,7 @@ foreach my $i (@pages) {
my (%buttons, $list);
$indexes{$i->{name}} = 0;
my $idx = \$indexes{$i->{name}};
- my $getindex = sub { ${$idx}++ };
+ my $getindex = sub { $$idx++ };
$nb->append_page(gtkpack_(Gtk2::VBox->new,
1, create_scrolled_window($list = Gtk2::TreeView->new_with_model($model),
[ 'automatic', 'automatic' ]),