aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.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/toolbar.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/toolbar.c')
-rw-r--r--gtk/toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index d1770bc1be..3c333b438d 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -2,7 +2,7 @@
* The main toolbar
* Copyright 2003, Ulf Lamping <ulf.lamping@web.de>
*
- * $Id: toolbar.c,v 1.16 2003/11/28 18:59:02 ulfl Exp $
+ * $Id: toolbar.c,v 1.17 2003/11/30 04:21:55 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -46,12 +46,12 @@
#ifdef HAVE_LIBPCAP
#include "capture_dlg.h"
#endif /* HAVE_LIBPCAP */
+#include "filter_prefs.h"
#include "file_dlg.h"
#include "find_dlg.h"
#include "goto_dlg.h"
#include "color.h"
#include "color_dlg.h"
-#include "filter_prefs.h"
#include "prefs.h"
#include "prefs_dlg.h"
#include "main.h"