From b7d1f1182dc4bfc73742f1230d5ebf0fbd9adb4e Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Thu, 22 Jan 2004 13:40:27 +0000 Subject: do not test $intf but $gui, poulpy sux --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index d2011ea47..461fec34f 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -511,7 +511,7 @@ sub save_notebook { $netc->{$_} = $gui->{netc}{$_}->get_text foreach keys %{$gui->{netc}}; $intf->{$_} = $gui->{intf}{$_}->get_text foreach keys %{$gui->{intf}}; $intf->{$_} = bool2yesno($gui->{intf_bool}{$_}->get_active) foreach keys %{$gui->{intf_bool}}; - $intf->{MII_NOT_SUPPORTED} and $intf->{MII_NOT_SUPPORTED} = bool2yesno(!$gui->{intf_bool}{MII_NOT_SUPPORTED}->get_active); + $gui->{intf_bool}{MII_NOT_SUPPORTED} and $intf->{MII_NOT_SUPPORTED} = bool2yesno(!$gui->{intf_bool}{MII_NOT_SUPPORTED}->get_active); $gui->{intf_bool}{HWADDR} and (bool2yesno($gui->{intf_bool}{HWADDR}->get_active) eq 'yes' ? ($intf->{HWADDR} = 'yes') : delete $intf->{HWADDR}); } -- cgit v1.2.1