[maemo-commits] [maemo-commits] r13293 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Aug 20 14:48:23 EEST 2007
- Previous message: [maemo-commits] r13292 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r13294 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-08-20 14:48:14 +0300 (Mon, 20 Aug 2007) New Revision: 13293 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-calendar.c Log: Process all window updates before executing next timeout. Fixes: NB#54146. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-08-20 11:34:15 UTC (rev 13292) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-08-20 11:48:14 UTC (rev 13293) @@ -1,3 +1,8 @@ +2007-08-20 Michael Dominic Kostrzewa <michael.kostrzewa at 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 at nokia.com> [1.0.13-1 release] Modified: projects/haf/trunk/hildon-1/src/hildon-calendar.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-calendar.c 2007-08-20 11:34:15 UTC (rev 13292) +++ projects/haf/trunk/hildon-1/src/hildon-calendar.c 2007-08-20 11:48:14 UTC (rev 13293) @@ -3032,6 +3032,8 @@ 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;
- Previous message: [maemo-commits] r13292 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r13294 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]