aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-13 09:49:39 -0500
committerTed Gould <ted@canonical.com>2009-05-13 09:49:39 -0500
commite6c51e39309fe1f951df75ee80a43b12ed3e4265 (patch)
tree85765304bb8c405d05e690b44e5574c2e89454ec
parent4ed02eb08d3e8c64660d7f9fe6c93ddc404ff4cb (diff)
parent79276384b2129363caeaab6c2c6afa957788cc8d (diff)
downloadayatana-indicator-messages-e6c51e39309fe1f951df75ee80a43b12ed3e4265.tar.gz
ayatana-indicator-messages-e6c51e39309fe1f951df75ee80a43b12ed3e4265.tar.bz2
ayatana-indicator-messages-e6c51e39309fe1f951df75ee80a43b12ed3e4265.zip
Merging in fix for tracking the timers.
-rw-r--r--src/im-menu-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-menu-item.c b/src/im-menu-item.c
index 6e3a461..f9a09e6 100644
--- a/src/im-menu-item.c
+++ b/src/im-menu-item.c
@@ -283,7 +283,7 @@ time_cb (IndicateListener * listener, IndicateListenerServer * server, IndicateL
update_time(self);
if (priv->time_update_min == 0) {
- g_timeout_add_seconds(60, time_update_cb, self);
+ priv->time_update_min = g_timeout_add_seconds(60, time_update_cb, self);
}
g_signal_emit(G_OBJECT(self), signals[TIME_CHANGED], 0, priv->seconds, TRUE);