aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-27 17:26:46 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-27 17:26:46 +0000
commitb7efb77688cc319b6e79b80112061d02deabddd5 (patch)
treec64ece801006c715ab62c57c195c858852ed658a /gtk/capture_info_dlg.c
parent071d9bcef0ce924ed71a5a7589778b4d3a092acc (diff)
added a small comment
svn path=/trunk/; revision=11019
Diffstat (limited to 'gtk/capture_info_dlg.c')
-rw-r--r--gtk/capture_info_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index 5acb771418..3f0648bf27 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -1,7 +1,7 @@
/* capture_info_dlg.c
* Routines for packet capture info dialog
*
- * $Id: capture_info_dlg.c,v 1.16 2004/05/26 03:49:21 ulfl Exp $
+ * $Id: capture_info_dlg.c,v 1.17 2004/05/27 17:26:46 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -264,6 +264,7 @@ capture_info *cinfo)
{
capture_info_ui_t *info = cinfo->ui;
+ /* called from capture engine, so it's ok to destroy the dialog here */
gtk_grab_remove(GTK_WIDGET(info->cap_w));
window_destroy(GTK_WIDGET(info->cap_w));
g_free(info);