aboutsummaryrefslogtreecommitdiff
path: root/tray.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-29 16:10:53 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-29 16:12:01 +1200
commit38ab2d9730602c3314f904b188ac376fb092ae23 (patch)
treebffba16e7085e3d2e8a4481736c14842e540d828 /tray.c
parenta140a5e9ea6e4dad8f7782cfc6b8703a6bdceae0 (diff)
downloadparamano-38ab2d9730602c3314f904b188ac376fb092ae23.tar.xz
Changed freq tray update frequency
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 841e070..9b1a0bb 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(1000, update_icon, NULL);
+ g_timeout_add(5000, update_icon, NULL);
tray_init_menu();
}