diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-29 16:10:53 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-05-29 16:12:01 +1200 |
commit | 38ab2d9730602c3314f904b188ac376fb092ae23 (patch) | |
tree | bffba16e7085e3d2e8a4481736c14842e540d828 | |
parent | a140a5e9ea6e4dad8f7782cfc6b8703a6bdceae0 (diff) | |
download | paramano-38ab2d9730602c3314f904b188ac376fb092ae23.tar.xz |
Changed freq tray update frequency
-rw-r--r-- | tray.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |