[maemo-commits] [maemo-commits] r13393 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Aug 24 13:53:53 EEST 2007
- Previous message: [maemo-commits] r13392 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r13394 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-08-24 13:53:51 +0300 (Fri, 24 Aug 2007) New Revision: 13393 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-window.c Log: Removing extra gtk_main_iteration () processing from destroy_ callback as it introduces problems in async dbus signal handlers. Fixes NB#66673. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-08-24 10:47:13 UTC (rev 13392) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-08-24 10:53:51 UTC (rev 13393) @@ -1,5 +1,11 @@ 2007-08-24 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * src/hildon-window.c: Removing extra gtk_main_iteration () processing + from destroy_ callback as it introduces problems in async dbus signal + handlers. Fixes NB#66673. + +2007-08-24 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * examples/hildon-hvolumebar-example.c: * src/hildon-volumebar.c: Improving the focus handling in the volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the Modified: projects/haf/trunk/hildon-1/src/hildon-window.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-window.c 2007-08-24 10:47:13 UTC (rev 13392) +++ projects/haf/trunk/hildon-1/src/hildon-window.c 2007-08-24 10:53:51 UTC (rev 13393) @@ -771,10 +771,6 @@ GList *menu_list = NULL; GList *menu_node = NULL; - gtk_widget_hide ((GtkWidget *) self); - while (gtk_events_pending ()) - gtk_main_iteration (); - g_assert (priv != NULL); if (priv->vbox != NULL)
- Previous message: [maemo-commits] r13392 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r13394 - in projects/haf/branches/hildon-control-panel/refactoring: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]