aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-03 03:57:04 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-03 03:57:04 +0000
commit2ef301bcf670d6bbb309f83d8838687e0a46c37f (patch)
treeb5de062db65e75c7f63585fbe2317f2c99561381 /capture.c
parent04e20bf4cd34fd3587e48e93acad8e0e9ea21d4c (diff)
Have "gtk/menu.c" (and, in the future, code for other UIs) export a set
of routines to enable and disable various sets of menu items; call only those routines, not routines to enable or disable particular menu items, from files in the top-level directory, as other UIs may not refer to menu items with path strings of the sort used in GTK+, and as this buries knowledge of the menu items available in "gtk/menu.c" rather than requiring stuff outside of "gtk/menu.c" to know what menu items exist. svn path=/trunk/; revision=1410
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index e8133c4225..c06f896f9d 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.86 1999/12/09 07:19:02 guy Exp $
+ * $Id: capture.c,v 1.87 2000/01/03 03:56:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -87,7 +87,6 @@
#include "gtk/gtkglobals.h"
#include "packet.h"
#include "file.h"
-#include "gtk/menu.h"
#include "capture.h"
#include "util.h"
#include "ui_util.h"