aboutsummaryrefslogtreecommitdiff
path: root/tray.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-29 17:11:55 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-29 17:11:55 +1200
commit6faf4635230843b995276e7cb5183a2118f4434b (patch)
tree917890e9d07728d6c8223c047372008db43293b9 /tray.c
parent38ab2d9730602c3314f904b188ac376fb092ae23 (diff)
downloadparamano-6faf4635230843b995276e7cb5183a2118f4434b.tar.xz
Revert update frequency decrease
Diffstat (limited to 'tray.c')
-rw-r--r--tray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tray.c b/tray.c
index 9b1a0bb..841e070 100644
--- a/tray.c
+++ b/tray.c
@@ -272,7 +272,7 @@ void tray_init()
g_signal_connect(G_OBJECT(tray), "popup-menu", GTK_SIGNAL_FUNC(popup_menu), NULL);
debug("Adding timeout\n");
- g_timeout_add(5000, update_icon, NULL);
+ g_timeout_add(1000, update_icon, NULL);
tray_init_menu();
}