summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/scannerdrake
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-08-24 15:32:34 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-08-24 15:32:34 +0000
commit6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9 (patch)
tree7ab9850ed5a38285a5f3cee862fc3eb0756ee337 /perl-install/standalone/scannerdrake
parentd54c1557c01a38d6f45e9c9c20bae831c487f173 (diff)
downloaddrakx-6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9.tar
drakx-6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9.tar.gz
drakx-6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9.tar.bz2
drakx-6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9.tar.xz
drakx-6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9.zip
- Reverted workarounds for bug #17718, the bug is now really fixed,
the problem was in /usr/lib/libDrakX/interactive/gtk.pm.
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-xperl-install/standalone/scannerdrake26
1 files changed, 12 insertions, 14 deletions
diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake
index 61e92e692..2731505d0 100755
--- a/perl-install/standalone/scannerdrake
+++ b/perl-install/standalone/scannerdrake
@@ -635,13 +635,12 @@ sub sharewindow {
cancel => "",
},
# List the hosts
- [ if_($#list >= 0,
- { val => \$choice, format => \&translate,
- sort => 0, separator => "####",
- tree_expanded => 1,
- quit_if_double_click => 1,
- allow_empty_list => 1,
- list => \@list }),
+ [ { val => \$choice, format => \&translate,
+ sort => 0, separator => "####",
+ tree_expanded => 1,
+ quit_if_double_click => 1,
+ allow_empty_list => 1,
+ list => \@list },
{ val => N("Add host"),
type => 'button',
clicked_may_quit => sub {
@@ -786,13 +785,12 @@ sub sharewindow {
cancel => "",
},
# List the hosts
- [ if_($#list >= 0,
- { val => \$choice, format => \&translate,
- sort => 0, separator => "####",
- tree_expanded => 1,
- quit_if_double_click => 1,
- allow_empty_list => 1,
- list => \@list }),
+ [ { val => \$choice, format => \&translate,
+ sort => 0, separator => "####",
+ tree_expanded => 1,
+ quit_if_double_click => 1,
+ allow_empty_list => 1,
+ list => \@list },
{ val => N("Add host"),
type => 'button',
clicked_may_quit => sub {