aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-05-30 12:49:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-05-30 12:49:04 +0000
commit92b6074f4db9f902f0dd08e1055dc4b67684dd65 (patch)
treedc16f6c3e2f756acff56242a4e2334fba6837c75 /gtk/menus.h
parent26ba5d5714b86630f9f95f2d323600f6cc1a1a62 (diff)
Include the profile name in the Edit item in the profiles popup.
svn path=/trunk/; revision=37471
Diffstat (limited to 'gtk/menus.h')
-rw-r--r--gtk/menus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/menus.h b/gtk/menus.h
index 85e2ada4df..32d2111419 100644
--- a/gtk/menus.h
+++ b/gtk/menus.h
@@ -127,6 +127,9 @@ void menus_set_column_align_default (gboolean right_justify);
/* Update the packet list heading menu to indicate if column can be resolved. */
void menus_set_column_resolved (gboolean resolved, gboolean can_resolve);
+/* Fetch the statusbar profiles edit submenu */
+extern GtkWidget *menus_get_profiles_edit_menu (void);
+
/* Fetch the statusbar profiles delete submenu */
extern GtkWidget *menus_get_profiles_delete_menu (void);