From 6ff062ef326d4fd1afedb080a82f0c6cc5d7aeb9 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 24 Aug 2005 15:32:34 +0000 Subject: - Reverted workarounds for bug #17718, the bug is now really fixed, the problem was in /usr/lib/libDrakX/interactive/gtk.pm. --- perl-install/printer/printerdrake.pm | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'perl-install/printer/printerdrake.pm') diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index ea67cd001..dfab0d70f 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -164,13 +164,12 @@ If some of these measures lead to problems for you, turn this option off, but th cancel => "", }, # List the hosts - [ if_($#{$sharehosts->{list}} >= 0, - { val => \$choice, format => \&translate, - sort => 0, separator => "####", - tree_expanded => 1, - quit_if_double_click => 1, - allow_empty_list => 1, - list => $sharehosts->{list} }), + [ { val => \$choice, format => \&translate, + sort => 0, separator => "####", + tree_expanded => 1, + quit_if_double_click => 1, + allow_empty_list => 1, + list => $sharehosts->{list} }, { val => N("Add host/network"), type => 'button', clicked_may_quit => sub { @@ -350,13 +349,12 @@ N("Examples for correct IPs:\n") . cancel => "", }, # List the hosts - [ if_($#{$browsepoll->{list}} >= 0, - { val => \$choice, format => \&translate, - sort => 0, separator => "####", - tree_expanded => 1, - quit_if_double_click => 1, - allow_empty_list => 1, - list => $browsepoll->{list} }), + [ { val => \$choice, format => \&translate, + sort => 0, separator => "####", + tree_expanded => 1, + quit_if_double_click => 1, + allow_empty_list => 1, + list => $browsepoll->{list} }, { val => N("Add server"), type => 'button', clicked_may_quit => sub { -- cgit v1.2.1