aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-27 22:00:37 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-27 22:00:37 +0000
commit7d85ca00df0307bb3fc3c620315680be89e46ab0 (patch)
tree2a2e5f217c6e9c977acd98694b5c54828aaf0be5 /file.h
parent8f65a5b2e3020d5bcfa168e40119e64a91277044 (diff)
Clean up the data structures for the color filter code a bit. The old
"colfilter" structure contained items of use only when the colorizing dialog was up, so make the items in it private to "gtk/color_dlg.c". Make the "Edit" and "Delete" buttons sensitive only when a row is selected, and make the "Up" and "Down" buttons sensitive only when a row is selected *and* that row has somewhere to move in the specified direction. svn path=/trunk/; revision=5575
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/file.h b/file.h
index 29c665d87d..75e516a675 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.93 2002/05/23 07:46:58 guy Exp $
+ * $Id: file.h,v 1.94 2002/05/27 22:00:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,7 +69,6 @@ typedef struct _capture_file {
wtap *wth; /* Wiretap session */
dfilter_t *rfcode; /* Compiled read filter program */
gchar *dfilter; /* Display filter string */
- struct _colfilter *colors; /* Colors for colorizing packet window */
dfilter_t *dfcode; /* Compiled display filter program */
#ifdef HAVE_LIBPCAP
gchar *cfilter; /* Capture filter string */