aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_dlg.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-11-30 04:21:55 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-11-30 04:21:55 +0000
commit114c52bf0b0ce484e3c24c49311d192397c15544 (patch)
tree902694024418770cd3b4bb4c0e4b58a14935a64b /gtk/color_dlg.c
parent42625e6aae0cfb34ae38120eed6e34bbd861d111 (diff)
Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c and
rename it to select_file_cb to reflect its function. While this cleans things up a bit, I am still not happy because now filter_prefs.h must be included before file_dlg.h just to get construct_args_t. svn path=/trunk/; revision=9119
Diffstat (limited to 'gtk/color_dlg.c')
-rw-r--r--gtk/color_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c
index 9d7cea734e..c9ea39d392 100644
--- a/gtk/color_dlg.c
+++ b/gtk/color_dlg.c
@@ -1,7 +1,7 @@
/* color_dlg.c
* Definitions for dialog boxes for color filters
*
- * $Id: color_dlg.c,v 1.27 2003/10/07 10:07:47 sahlberg Exp $
+ * $Id: color_dlg.c,v 1.28 2003/11/30 04:21:54 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -44,6 +44,7 @@
#include "ui_util.h"
#include "dfilter_expr_dlg.h"
#include "compat_macros.h"
+#include "filter_prefs.h"
#include "file_dlg.h"
static GtkWidget* colorize_dialog_new(char *filter);