From 09dc5526dcdcea138d1f2b1a2dd51d45f527885d Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 21 Apr 2011 12:04:02 +0000 Subject: Revert the previous commit, I was confused :-) svn path=/trunk/; revision=36750 --- gtk/conversations_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/conversations_table.c') diff --git a/gtk/conversations_table.c b/gtk/conversations_table.c index 9db49a71d2..9ae8c0de78 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 */ - (gpointer)ct); /* data to pass to the action callbacks */ + 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); -- cgit v1.2.3