Author: juha
Date: 2008-11-02 08:29:45 +0000 (Sun, 02 Nov 2008)
New Revision: 28576

Modified:
   xfcalendar/trunk/panel-plugin/orageclock.c
Log:
hopefully the last tuning to keep orage panel clock in time.


Modified: xfcalendar/trunk/panel-plugin/orageclock.c
===================================================================
--- xfcalendar/trunk/panel-plugin/orageclock.c  2008-11-01 23:23:23 UTC (rev 
28575)
+++ xfcalendar/trunk/panel-plugin/orageclock.c  2008-11-02 08:29:45 UTC (rev 
28576)
@@ -168,6 +168,7 @@
         clock->adjust_timeout_id = 0;
     }
     if (clock->interval >= 60000) { /* resync it after each 4 hours */
+        oc_start_timer(clock);
         clock->adjust_timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT_IDLE
                 , 4*60*60*1000, (GSourceFunc)oc_start_timer, clock, NULL);
     }

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to