summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/network/netcenter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index 98fda14..615c0ea 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -55,7 +55,7 @@ sub main {
$::main_window = $w->{real_window};
my @connections = map { $_->get_connections(automatic_only => 1) } network::connection::get_types;
- @connections = reverse(uniq_ { $_->{device} } reverse(@connections));
+ @connections = uniq_ { $_->{device} } @connections;
my $pixbufs = network::connection_manager::create_pixbufs();