aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 06:46:54 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 06:46:54 +0000
commit2cad7bc3463cf1fabd9c87ee18f86555d423e6ab (patch)
tree21e185ebdadceb2cd0ce4f7870b394f7eab4686d /gtk/file_dlg.c
parentcb669105c36e8d2b109c843e8e2d347586dc9e2a (diff)
Make the routines internal to the filter-editing dialog box static.
Declare the one routine exported by "gtk/filter_prefs.c" in "gtk/filter_prefs.h" rather than in "gtk/main.h". Declare "E_FILT_TE_PTR_KEY" there, as well, rather than in "prefs_dlg.h", as the filter-editing dialog box is no longer a preference tab. Don't include "prefs_dlg.h" unless the stuff declared therein is of interest. Fix "gtk/find_dlg.c" to fire up the filter-editing dialog box, not the no-longer-extant preferences tab for filters, if the "Filter:" button is clicked. svn path=/trunk/; revision=1619
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 062386e4d1..183c3a76d6 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -1,7 +1,7 @@
/* file_dlg.c
* Dialog boxes for handling files
*
- * $Id: file_dlg.c,v 1.18 2000/01/25 05:48:46 guy Exp $
+ * $Id: file_dlg.c,v 1.19 2000/02/12 06:46:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,9 +48,7 @@
#include "keys.h"
#endif
-#ifndef __PREFS_DLG_H__
-#include "prefs_dlg.h"
-#endif
+#include "filter_prefs.h"
#ifndef __DIALOG_H__
#include "simple_dialog.h"