aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 01:59:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 01:59:42 +0000
commit6ca54076683201fd022fc4eccf64829f4490ec34 (patch)
tree7e359545ba3272686776e1b1e072f1dd24bcec89 /gtk/main.c
parent4ef5d246332d236538329c94514b441114e6ec54 (diff)
Separate the routines to allocate colors from the routines to handle
color filters. svn path=/trunk/; revision=6872
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index d472919398..dcb16dad8d 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.279 2002/12/19 02:58:53 guy Exp $
+ * $Id: main.c,v 1.280 2003/01/08 01:59:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -104,6 +104,7 @@
#include "menu.h"
#include "../menu.h"
#include "color.h"
+#include "color_filters.h"
#include "color_utils.h"
#include "filter_prefs.h"
#include "file_dlg.h"
@@ -2141,6 +2142,7 @@ main(int argc, char *argv[])
g_free(tap_opt);
}
+ colors_init();
colfilter_init();
/* If we were given the name of a capture file, read it in now;