aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-06-10 11:01:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-06-10 11:01:43 +0000
commitc0d4b8a1527b6d879aa9932e8af44f5b3c9dc1d4 (patch)
tree281177e4c63b468a033918b652150c67bb34cdb8 /gtk/conversations_table.c
parent22ceac703578883110672fff477ce3b2dc143f49 (diff)
Seemingly this is needed to...
svn path=/trunk/; revision=37646
Diffstat (limited to 'gtk/conversations_table.c')
-rw-r--r--gtk/conversations_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/conversations_table.c b/gtk/conversations_table.c
index a2a5edd5d7..eaf7fb099e 100644
--- a/gtk/conversations_table.c
+++ b/gtk/conversations_table.c
@@ -1933,9 +1933,9 @@ ct_create_popup_menu(conversations_table *ct)
action_group = gtk_action_group_new ("ConvActionGroup");
gtk_action_group_add_actions (action_group, /* the action group */
- conv_filter_menu_entries, /* an array of action descriptions */
+ (gpointer)conv_filter_menu_entries, /* an array of action descriptions */
G_N_ELEMENTS(conv_filter_menu_entries), /* the number of entries */
- (gpointer)ct); /* data to pass to the action callbacks */
+ (gpointer)ct); /* data to pass to the action callbacks */
ui_manager = gtk_ui_manager_new ();
gtk_ui_manager_insert_action_group (ui_manager, action_group, 0);