Fixed fatality in the recent Gnome UI shutdown race fix.
authorshort <>
Sun, 26 Jun 2005 02:11:45 +0000 (02:11 +0000)
committershort <>
Sun, 26 Jun 2005 02:11:45 +0000 (02:11 +0000)
src/ui-gnome.c

index 595c633..38bb755 100644 (file)
@@ -184,7 +184,7 @@ GnomeApp *App_local;
         */
        App_local=App;
        App=NULL;
-       gtk_widget_destroy(GTK_WIDGET(App));
+       gtk_widget_destroy(GTK_WIDGET(App_local));
 }
 
 static void ui_gnome_network_notify_hostip(guint32 hostip_guint32)