summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/net_applet1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/net_applet b/bin/net_applet
index d62e302..ac4246b 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -348,6 +348,7 @@ sub cronNetwork() {
$timeout = Glib::Timeout->add(2000, sub {
checkWireless() if !($i++%30);
checkNetwork();
+ $icon->set_tooltip(get_state_message());
1;
});
}