aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-06-09 08:51:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-06-09 08:51:30 +0000
commit5659d188137217f4b340cdeb71f884d24d05761c (patch)
treef2f0e79eb5c839a3b504b234a1fb5beec60ab6f0 /gtk/proto_hier_stats_dlg.c
parentea74ffe9a8c4bf4b160290f700fbf1f28a7ed21e (diff)
Add casts to make it compile on some old ERHL box.
svn path=/trunk/; revision=37629
Diffstat (limited to 'gtk/proto_hier_stats_dlg.c')
-rw-r--r--gtk/proto_hier_stats_dlg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/proto_hier_stats_dlg.c b/gtk/proto_hier_stats_dlg.c
index 84cf84b5f3..027216ba4a 100644
--- a/gtk/proto_hier_stats_dlg.c
+++ b/gtk/proto_hier_stats_dlg.c
@@ -394,10 +394,10 @@ proto_hier_create_popup_menu(void)
GtkWidget *popup_menu_object;
action_group = gtk_action_group_new ("ProtoHierStatsTFilterPopupActionGroup");
- gtk_action_group_add_actions (action_group, /* the action group */
- proto_hier_stats_popup_entries, /* an array of action descriptions */
- G_N_ELEMENTS(proto_hier_stats_popup_entries),/* the number of entries */
- NULL); /* data to pass to the action callbacks */
+ gtk_action_group_add_actions (action_group, /* the action group */
+ proto_hier_stats_popup_entries, /* an array of action descriptions */
+ G_N_ELEMENTS(proto_hier_stats_popup_entries), /* the number of entries */
+ (gpointer)NULL); /* data to pass to the action callbacks */
ui_manager = gtk_ui_manager_new ();
gtk_ui_manager_insert_action_group (ui_manager,