aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-17 19:50:22 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-17 19:50:22 +0000
commit50fdf81ccadf316693f3b078eea084765979043a (patch)
tree769064e2b7156203df41b983de9c677bf03754d3 /gtk/profile_dlg.h
parent48d35ceb5143597cecaeb4c8dd92644ae8ccc959 (diff)
Popup a menu with configuration profiles instead of the profile dlg
when clicking the profile in the statusbar. Much easier to use. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25468 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/profile_dlg.h')
-rw-r--r--gtk/profile_dlg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/profile_dlg.h b/gtk/profile_dlg.h
index df6fcb391b..abec96f260 100644
--- a/gtk/profile_dlg.h
+++ b/gtk/profile_dlg.h
@@ -31,6 +31,12 @@
* @ingroup dialog_group
*/
+/** User requested the "Configuration Profiles" popup menu.
+ *
+ * @param widget parent widget
+ * @param event button event
+ */
+gboolean profile_show_popup_cb(GtkWidget *w _U_, GdkEvent *event);
/** User requested the "Configuration Profiles" dialog box by menu or toolbar.
*