diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/net_applet | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/net_applet b/bin/net_applet index 43c692c..faeaa74 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -45,12 +45,7 @@ our %wireless_networks; our %pixbufs = ( - firewall => gtknew('Pixbuf', file => 'drakfirewall'), - firewall_icon => gtknew('Pixbuf', file => 'drakfirewall')->scale_simple(24, 24, 'hyper'), state => { map { $_ => gtknew('Pixbuf', file => $_) } qw(connected disconnected unconfigured connecting) }, - link_level => { map { - $_ => gtknew('Pixbuf', file => 'wifi-' . sprintf('%03d', $_))->scale_simple(24, 24, 'hyper'); - } qw(20 40 60 80 100) }, encryption => { map { $_ => gtknew('Pixbuf', file => "encryption-$_-24"); } qw(open weak strong) }, |