aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tray.c b/tray.c
index 38a55ea..e1c2940 100644
--- a/tray.c
+++ b/tray.c
@@ -313,6 +313,7 @@ void tray_init()
debug("Setting up callbacks\n");
g_signal_connect(G_OBJECT(tray), "query-tooltip", GTK_SIGNAL_FUNC(update_tooltip), NULL);
g_signal_connect(G_OBJECT(tray), "popup-menu", GTK_SIGNAL_FUNC(popup_menu), NULL);
+
debug("Adding timeout\n");
g_timeout_add(1000, update_icon, NULL);
tray_init_menu();