From: short <> Date: Sun, 26 Jun 2005 02:11:45 +0000 (+0000) Subject: Fixed fatality in the recent Gnome UI shutdown race fix. X-Git-Tag: udpgate-1_0_2~25 X-Git-Url: https://git.jankratochvil.net/?p=udpgate.git;a=commitdiff_plain;h=3b3d3bc62f24659d1bdb897a03ef015ad5ec2edb Fixed fatality in the recent Gnome UI shutdown race fix. --- diff --git a/src/ui-gnome.c b/src/ui-gnome.c index 595c633..38bb755 100644 --- a/src/ui-gnome.c +++ b/src/ui-gnome.c @@ -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)