diff options
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 53c42f62c..8c9d3ec24 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -81,7 +81,7 @@ my %actions = ( }, 'chooseProfile' => { name => N("Profiles"), - choices => sub { network::network::netprofile_list()) }, + choices => sub { network::network::netprofile_list() }, choice_selected => sub { $_[0] eq $netc->{PROFILE} }, launch => sub { $netc->{PROFILE} = $_[0]; |