aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-27 17:08:50 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-27 17:08:50 +0000
commit071d9bcef0ce924ed71a5a7589778b4d3a092acc (patch)
tree37f1ed051e28ca7085bdc9b8139c6fd3fab80d0e /gtk
parent54fe7e9e938aaa3d2f01a466eaba4723d17ae06f (diff)
bugfix: don't try to destroy a window, when it's already being destroyed
svn path=/trunk/; revision=11018
Diffstat (limited to 'gtk')
-rw-r--r--gtk/filter_prefs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/filter_prefs.c b/gtk/filter_prefs.c
index 3c33339a46..6a09d7a191 100644
--- a/gtk/filter_prefs.c
+++ b/gtk/filter_prefs.c
@@ -3,7 +3,7 @@
* (This used to be a notebook page under "Preferences", hence the
* "prefs" in the file name.)
*
- * $Id: filter_prefs.c,v 1.63 2004/05/26 03:49:22 ulfl Exp $
+ * $Id: filter_prefs.c,v 1.64 2004/05/27 17:08:50 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -886,10 +886,6 @@ filter_dlg_destroy_cb(GtkWidget *win, gpointer data)
/* Remove this from the list of filter dialog windows. */
forget_filter_dialog(win, list);
-
- /* Now nuke this window. */
- gtk_grab_remove(GTK_WIDGET(win));
- window_destroy(GTK_WIDGET(win));
}
#if GTK_MAJOR_VERSION < 2