Removing extra gtk_main_iteration () processing from destroy_ callback as it introduc...
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 24 Aug 2007 10:53:51 +0000 (10:53 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 24 Aug 2007 10:53:51 +0000 (10:53 +0000)
ChangeLog
src/hildon-window.c

index b3b1a2f..c50e1a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@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@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
index c555373..3929879 100644 (file)
@@ -771,10 +771,6 @@ hildon_window_destroy                           (GtkObject *obj)
     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)