aboutsummaryrefslogtreecommitdiffstats
path: root/colors.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-05 04:34:00 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-05 04:34:00 +0000
commit03b75d6279db74fd3fd175cb572ea9340e452b65 (patch)
tree807009f519da88af71a1da51491c13bdbfe8962b /colors.h
parentfa62d9d109db6e0ff37ee4fb5e5d033c571ec77f (diff)
Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colors
in the color selection wheel. Added his patch to file.c to look for bogus frame_data pointers, but made it a g_assert(). Modified my previous patch to colors.c to skip bad color display filters. I skipped them, but they still appeared in the color dialogue. Now bad filtes are not put into the color filter list, so they don't appear in the color dialogue. As a [good] side-effect, the next time you save your color filter list, the bad filters are removed from the colorfilters file. svn path=/trunk/; revision=768
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors.h b/colors.h
index d65aeb15cf..8836e79e18 100644
--- a/colors.h
+++ b/colors.h
@@ -1,7 +1,7 @@
/* colors.h
* Definitions for color structures and routines
*
- * $Id: colors.h,v 1.2 1999/08/28 18:42:28 guy Exp $
+ * $Id: colors.h,v 1.3 1999/10/05 04:34:00 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -153,7 +153,7 @@ GtkWidget* create_color_win (cap_file *cf);
GtkWidget* create_colorize_win (cap_file *cf,
GtkWidget **colorize_filter_name,
GtkWidget **colorize_filter_text);
-GtkWidget* create_color_sel_win (cap_file *cf);
+GtkWidget* create_color_sel_win (cap_file *cf, GdkColor *);
#endif