diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2004-02-12 16:13:14 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2004-02-12 16:13:14 +0000 |
commit | d7b9339931ad696653edf107e4dad8da621cc121 (patch) | |
tree | 8f4e731340e25c22a37efa923e576303417bf0b0 /perl-install | |
parent | bcc102c1150f367c2453075f5af910329a653840 (diff) | |
download | drakx-d7b9339931ad696653edf107e4dad8da621cc121.tar drakx-d7b9339931ad696653edf107e4dad8da621cc121.tar.gz drakx-d7b9339931ad696653edf107e4dad8da621cc121.tar.bz2 drakx-d7b9339931ad696653edf107e4dad8da621cc121.tar.xz drakx-d7b9339931ad696653edf107e4dad8da621cc121.zip |
fix ethernet and adsl conflict in menu
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakconnect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index c5708107e..a1d12bc39 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -231,7 +231,6 @@ sub manage { each_index { my ($name, $interface, $protocol) = ($_, $config->{$_}{kind}, $config->{$_}{protocol}); $gui->{$interface}{index} = $::i; - $interface =~ /eth|ath|wlan/ and $config->{$name{$interface}} = $interface && delete $config->{$name}; build_tree($netc, $intf->{$interface} ||= {}, $name, $interface, $protocol); build_notebook($netc, $intf->{$interface}, $gui->{$interface}, $apply_button, $name, $interface); $notebook->append_page(gtkpack(Gtk2::VBox->new(0,0), $gui->{$interface}{notebook})); |