← Back to team overview

ayatana-commits team mailing list archive

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

 

Karl Lattimer has proposed merging lp:~karl-qdh/indicator-datetime/timeglitch into lp:indicator-datetime.

Requested reviews:
  David Barth (dbarth)
Related bugs:
  Bug #692992 in Indicator Date and Time: "The time is only updated every two seconds"
  https://bugs.launchpad.net/indicator-datetime/+bug/692992

For more details, see:
https://code.launchpad.net/~karl-qdh/indicator-datetime/timeglitch/+merge/54699
-- 
https://code.launchpad.net/~karl-qdh/indicator-datetime/timeglitch/+merge/54699
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'src/indicator-datetime.c'
--- src/indicator-datetime.c	2011-03-15 15:47:25 +0000
+++ src/indicator-datetime.c	2011-03-24 13:48:30 +0000
@@ -813,7 +813,7 @@
 	
 	if (self->priv->show_seconds ||
 		(self->priv->time_mode == SETTINGS_TIME_CUSTOM && self->priv->custom_show_seconds)) {
-		self->priv->timer = g_timeout_add_full(G_PRIORITY_HIGH, 865, timer_func, self, NULL);
+		self->priv->timer = g_timeout_add_full(G_PRIORITY_HIGH, 999, timer_func, self, NULL);
 	} else {
 		if (datetime == NULL) {
 			datetime = g_date_time_new_now_local();


Follow ups