Process all window updates before executing next timeout. Fixes: NB#54146.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 20 Aug 2007 11:48:14 +0000 (11:48 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 20 Aug 2007 11:48:14 +0000 (11:48 +0000)
ChangeLog
src/hildon-calendar.c

index 4f7ca10..e0c42e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       * src/hildon-calendar.c: Process all window updates before executing next
+       timeout. Fixes: NB#54146.
+
 2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        [1.0.13-1 release]
index f8c3839..4802ee0 100644 (file)
@@ -3032,6 +3032,8 @@ calendar_timer                                  (gpointer data)
     GtkSettings *settings;
     guint timeout;
 
+    gdk_window_process_updates (((GtkWidget *) calendar)->window, TRUE);
+
     settings = gtk_settings_get_default ();
     g_object_get (settings, "gtk-timeout-repeat", &timeout, NULL);
     timeout *= 5;