From a94307adcf95f74d19ab1b3ce3eafdc263780f1a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 1 Apr 2013 00:21:44 +0000 Subject: 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 --- ui/gtk/prefs_gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/gtk/prefs_gui.c') 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 +#include "cfile.h" + #include "ui/recent.h" #include "ui/simple_dialog.h" -- cgit v1.2.3