summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2004-02-12 16:13:14 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2004-02-12 16:13:14 +0000
commitd7b9339931ad696653edf107e4dad8da621cc121 (patch)
tree8f4e731340e25c22a37efa923e576303417bf0b0 /perl-install
parentbcc102c1150f367c2453075f5af910329a653840 (diff)
downloaddrakx-backup-do-not-use-d7b9339931ad696653edf107e4dad8da621cc121.tar
drakx-backup-do-not-use-d7b9339931ad696653edf107e4dad8da621cc121.tar.gz
drakx-backup-do-not-use-d7b9339931ad696653edf107e4dad8da621cc121.tar.bz2
drakx-backup-do-not-use-d7b9339931ad696653edf107e4dad8da621cc121.tar.xz
drakx-backup-do-not-use-d7b9339931ad696653edf107e4dad8da621cc121.zip
fix ethernet and adsl conflict in menu
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakconnect1
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}));