From 38ab2d9730602c3314f904b188ac376fb092ae23 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 29 May 2014 16:10:53 +1200 Subject: Changed freq tray update frequency --- tray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tray.c') 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(); } -- cgit v1.1