aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-30 01:47:58 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-30 01:47:58 +0000
commit84aef00badab1fbcc1429b138e583b2245673e17 (patch)
tree6e2353a15139ef9c6e9563fbd658866532e1717c /gtk/print_prefs.c
parentd53bc56f03b4d0be0e0f445fe01b14838a9b1a88 (diff)
Move the file selection dialog routines to file_dlg.c, and give it a
header file. #if 0 out some includes; if none of the builds have a problem with that, I'll remove them. svn path=/trunk/; revision=18036
Diffstat (limited to 'gtk/print_prefs.c')
-rw-r--r--gtk/print_prefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c
index a0a8d99217..a90e6ff3ff 100644
--- a/gtk/print_prefs.c
+++ b/gtk/print_prefs.c
@@ -37,7 +37,10 @@
#include "prefs_dlg.h"
#include "util.h"
#include "gui_utils.h"
+#if 0
#include "dlg_utils.h"
+#endif
+#include "file_dlg.h"
#include "capture_file_dlg.h"
#include "compat_macros.h"
#include "gtkglobals.h"