summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/conversations_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/conversations_table.c b/gtk/conversations_table.c
index 9ae8c0de78..9db49a71d2 100644
--- a/gtk/conversations_table.c
+++ b/gtk/conversations_table.c
@@ -1935,7 +1935,7 @@ ct_create_popup_menu(conversations_table *ct)
gtk_action_group_add_actions (action_group, /* the action group */
conv_filter_menu_entries, /* an array of action descriptions */
G_N_ELEMENTS(conv_filter_menu_entries), /* the number of entries */
- 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);