aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/packet_win.c')
-rw-r--r--gtk/packet_win.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index dbefa6c909..34b9b1865e 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.c,v 1.44 2004/02/13 00:53:35 guy Exp $
+ * $Id: packet_win.c,v 1.45 2004/05/26 03:49:23 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -313,7 +313,7 @@ destroy_packet_wins(void)
we destroy the first window on the list. */
while (detail_windows != NULL) {
DataPtr = (struct PacketWinData *)(detail_windows->data);
- gtk_widget_destroy(DataPtr->main);
+ window_destroy(DataPtr->main);
}
}