summaryrefslogtreecommitdiff
path: root/gtk/menus.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-21 11:28:16 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-21 11:28:16 +0000
commitdcac95be11a41a83438129b1c7a62019721c9879 (patch)
tree0200edd24e2c56f0fa692fb857c5a063f6d45e1f /gtk/menus.h
parent99e0c43d35cb178d60ae74066b364ad2f98df50b (diff)
downloadwireshark-dcac95be11a41a83438129b1c7a62019721c9879.tar.gz
Add some temporary protection code to support the current capture
options dialog box. It will be removed as soon as the capture options dialog box supports multiple interfaces. Received from Irene Ruengeler. svn path=/trunk/; revision=38140
Diffstat (limited to 'gtk/menus.h')
-rw-r--r--gtk/menus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/menus.h b/gtk/menus.h
index 32d2111419..73c42f9633 100644
--- a/gtk/menus.h
+++ b/gtk/menus.h
@@ -161,6 +161,8 @@ void set_menus_for_selected_packet(capture_file *cf);
/* Enable or disable menu items based on configuration profile */
void set_menus_for_profiles(gboolean default_profile);
+void set_menus_for_number_of_ifaces(void);
+
#ifdef MAIN_MENU_USE_UIMANAGER
#define MENU_BAR_PATH_FILE_OPEN "/Menubar/FileMenu/Open"
#define MENU_BAR_PATH_EDIT_COPY_AS_FLT "/Menubar/EditMenu/Copy/AsFilter"