aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_sslkeys.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-04 02:24:42 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-04 02:24:42 +0000
commit9c44d87610cf97fbfc7d4ba9628676ab043547c9 (patch)
treeb827248f96aff727b5aced96c5c97b4958b1c6d6 /ui/gtk/export_sslkeys.c
parentbcfbbd6f1e0e34dfe8c12f231a0e69ed717248f3 (diff)
Have a main_update_for_unsaved_changes() routine that, if changes are
made to the capture file (adding/removing/editing comments, for now) or if a capture file with unsaved changes are unsaved, updates the menu bar, the toolbar, *and* the titlebar, which now has a GNOME-style "*" to indicate unsaved changes. Make set_menus_for_capture_file() a private interface between main.c and main_menubar.c, and have its callers, such as main_update_for_unsaved_changes(), be responsible for updating the toolbar as well. svn path=/trunk/; revision=43051
Diffstat (limited to 'ui/gtk/export_sslkeys.c')
-rw-r--r--ui/gtk/export_sslkeys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/export_sslkeys.c b/ui/gtk/export_sslkeys.c
index 9bf220bb05..0838711120 100644
--- a/ui/gtk/export_sslkeys.c
+++ b/ui/gtk/export_sslkeys.c
@@ -73,7 +73,6 @@
#include "ui/gtk/font_utils.h"
#include "ui/gtk/webbrowser.h"
#include "ui/gtk/main.h"
-#include "ui/gtk/menus.h"
#include "ui/gtk/export_sslkeys.h"
#ifdef _WIN32