aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_gui.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-04-01 00:21:44 +0000
committerGuy Harris <guy@alum.mit.edu>2013-04-01 00:21:44 +0000
commita94307adcf95f74d19ab1b3ce3eafdc263780f1a (patch)
treefdcfdc06ae654c653ffc648fc74f2872840a884e /ui/gtk/prefs_gui.c
parent6c5c65b4867eb3c595581c40f696bc48170fe670 (diff)
Move the knowledge about what the window title should be to
ui/gtk/main_titlebar.c, with set_titlebar_for_capture_file() for either no capture file or an opened capture file and set_titlebar_for_capture_in_progress() for an in-progress capture. svn path=/trunk/; revision=48683
Diffstat (limited to 'ui/gtk/prefs_gui.c')
-rw-r--r--ui/gtk/prefs_gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/prefs_gui.c b/ui/gtk/prefs_gui.c
index a10fa861e8..5699cfe594 100644
--- a/ui/gtk/prefs_gui.c
+++ b/ui/gtk/prefs_gui.c
@@ -29,6 +29,8 @@
#include <epan/prefs.h>
+#include "cfile.h"
+
#include "ui/recent.h"
#include "ui/simple_dialog.h"