From 47009f00e3da42d8b62f8440a348d246e77376d0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 5 Mar 2008 21:38:50 +0000 Subject: style --- lib/network/netcenter.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index efe0786..2423b35 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -44,7 +44,7 @@ sub main { my ($sysfs, $no_sysfs) = partition { exists $_->{device}{sysfs_device} } @all_connections; my @connections = ( (uniq_ { $_->{device}{sysfs_device} } @$sysfs), - (uniq_ { $_->{device}{interface} } @$no_sysfs) + (uniq_ { $_->{device}{interface} } @$no_sysfs), ); my $pixbufs = network::connection_manager::create_pixbufs(); @@ -79,7 +79,7 @@ sub main { gtknew('Button', text => N("_: This is a verb\nMonitor"), image => gtknew('Image', file => 'monitor-16'), clicked => sub { network::connection_manager::monitor_connection($cmanager) }), - $cmanager->{gui}{buttons}{configure} = + $cmanager->{gui}{buttons}{configure} = gtknew('Button', text => N("Configure"), image => gtknew('Image', file => 'configure-16'), clicked => sub { network::connection_manager::configure_connection($cmanager) }), @@ -88,7 +88,7 @@ sub main { gtknew('Button', text => N("Refresh"), image => gtknew('Image', file => 'refresh', size => 16), clicked => sub { network::connection_manager::update_networks($cmanager) })) - : ()), + : ()), ]), 0, $cmanager->{gui}{buttons}{connect_toggle} = gtknew('Button', -- cgit v1.2.1