Merge lp:~karl-qdh/indicator-datetime/timeglitch into lp:indicator-datetime/0.3

Proposed by Karl Lattimer
Status: Merged
Merged at revision: 81
Proposed branch: lp:~karl-qdh/indicator-datetime/timeglitch
Merge into: lp:indicator-datetime/0.3
Diff against target: 12 lines (+1/-1)
1 file modified
src/indicator-datetime.c (+1/-1)
To merge this branch: bzr merge lp:~karl-qdh/indicator-datetime/timeglitch
Reviewer Review Type Date Requested Status
Ted Gould Pending
David Barth Pending
Review via email: mp+54699@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/indicator-datetime.c'
2--- src/indicator-datetime.c 2011-03-15 15:47:25 +0000
3+++ src/indicator-datetime.c 2011-03-24 13:48:30 +0000
4@@ -813,7 +813,7 @@
5
6 if (self->priv->show_seconds ||
7 (self->priv->time_mode == SETTINGS_TIME_CUSTOM && self->priv->custom_show_seconds)) {
8- self->priv->timer = g_timeout_add_full(G_PRIORITY_HIGH, 865, timer_func, self, NULL);
9+ self->priv->timer = g_timeout_add_full(G_PRIORITY_HIGH, 999, timer_func, self, NULL);
10 } else {
11 if (datetime == NULL) {
12 datetime = g_date_time_new_now_local();

Subscribers

People subscribed via source and target branches