summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index 1e5065b..bede73e 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -210,7 +210,7 @@ sub real_main {
name => sub { $net->{type}->get_type_name . "\n\n" . N("Please select your network:") },
data => sub {
[ { type => "list", val => \$connection->{network}, allow_empty_list => 1,
- list => [ keys %{$connection->{networks}}, undef ], gtk => { use_scrolling => 1 },
+ list => [ keys %{$connection->{networks}}, undef ],
format => sub { exists $connection->{networks}{$_[0]} ?
$connection->{networks}{$_[0]}{name} :
N("Unlisted - edit manually");