diff options
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 667f8870f..a89d295fb 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -209,7 +209,7 @@ Examples: eth0, or eth1 for cable connection, ippp+ for a isdn connection. ", $card_netconnect), - [ { label => N("Net Device"), val => \$card_netconnect, type => 'entry' } ]) + [ { label => N("Net Device"), val => \$card_netconnect, list => [ detect_devices::getNet() ], not_edit => 0 } ]) or goto step_ask_confirm; my @cards = grep { |