aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-29 23:11:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-29 23:11:38 +0000
commit3c76ec1aa2df73ab7548905da786d99b576515eb (patch)
treee67e54cfc7b598ee8815ba2984c94c0cf20901ff /gtk/menu.h
parent419837e53154a82f09b29e2ee1467182c3c40c5d (diff)
every GUI action, which will erease a currently unsaved capture file,
will now raise a dialog "Save xy before z?" with Yes/No/Cancel buttons. svn path=/trunk/; revision=9908
Diffstat (limited to 'gtk/menu.h')
-rw-r--r--gtk/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/menu.h b/gtk/menu.h
index 34307746b2..d553288afe 100644
--- a/gtk/menu.h
+++ b/gtk/menu.h
@@ -1,7 +1,7 @@
/* menu.h
* Menu definitions
*
- * $Id: menu.h,v 1.14 2004/01/19 00:42:10 ulfl Exp $
+ * $Id: menu.h,v 1.15 2004/01/29 23:11:38 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,6 +31,7 @@ extern "C" {
/* Write all recent capture filenames to the user's recent file */
void menu_recent_file_write_all(FILE *rf);
+void menu_open_recent_file_cmd(GtkWidget *w);
GtkWidget *main_menu_new(GtkAccelGroup **);
void set_menu_object_data (gchar *path, gchar *key, gpointer data);