summaryrefslogtreecommitdiff
path: root/ui/gtk/export_sslkeys.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-25 21:25:55 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-25 21:25:55 +0000
commit601403570300c61921515bfc9e1a08a8d65cba5f (patch)
tree47a97b29a7ed76ebbcc7c7b7116ee1387c16fc1c /ui/gtk/export_sslkeys.c
parentce9bd398931417602c5884019923f71b7dee4391 (diff)
downloadwireshark-601403570300c61921515bfc9e1a08a8d65cba5f.tar.gz
Use GTK+'s GtkMessageDialog for the questions we ask in the process of
saving files, and run it modal (which we're already doing with the GtkFileChooserDialog); this means less callback-based state machine stuff, simplifying the code paths a bit. If we're saving a file before closing it, don't bother reloading it after saving it. svn path=/trunk/; revision=42855
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 14c214cd16..9bf220bb05 100644
--- a/ui/gtk/export_sslkeys.c
+++ b/ui/gtk/export_sslkeys.c
@@ -66,7 +66,6 @@
#include "ui/gtk/keys.h"
#include "ui/gtk/color_utils.h"
-#include "ui/gtk/capture_file_dlg.h"
#include "ui/gtk/packet_win.h"
#include "ui/gtk/file_dlg.h"
#include "ui/gtk/gui_utils.h"