From 587779451f0e5ce174cf8170f6cb0a47680f8577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 12 Mar 2015 08:55:06 +0100 Subject: use high res icon for unconfigured state notification (mga#7434) --- bin/net_applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/net_applet b/bin/net_applet index 8fb00c4..73ccd0c 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -47,7 +47,7 @@ our %wireless_networks; our %pixbufs = ( - state => { map { $_ => gtknew('Pixbuf', file => $_) } 'unconfigured', map { $_, $_ . "_big" } qw(connected disconnected connecting) }, + state => { map { $_ => gtknew('Pixbuf', file => $_) } map { $_, $_ . "_big" } qw(connected disconnected unconfigured connecting) }, encryption => { map { $_ => gtknew('Pixbuf', file => "encryption-$_-24"); } qw(open weak strong) }, -- cgit v1.2.1