merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / service_response_time_table.c
index 80280f5be47ff15689ab2126aa702d06f85cffeb..31c94d83f2abcd4acdda87b1a2fc44546900d8cd 100644 (file)
@@ -304,9 +304,9 @@ srt_create_popup_menu(srt_stat_table *rst)
 
        action_group = gtk_action_group_new ("ServiceRespTFilterPopupActionGroup");
        gtk_action_group_add_actions (action_group,                                             /* the action group */
-                                     service_resp_t__popup_entries,                            /* an array of action descriptions */
+                                     (gpointer)service_resp_t__popup_entries,          /* an array of action descriptions */
                                      G_N_ELEMENTS(service_resp_t__popup_entries),      /* the number of entries */
-                                     (gpointer)rst);                                                           /* data to pass to the action callbacks */
+                                     rst);                                                                                     /* data to pass to the action callbacks */
 
        ui_manager = gtk_ui_manager_new ();
        gtk_ui_manager_insert_action_group (ui_manager,