aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-21 12:04:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-21 12:04:02 +0000
commit09dc5526dcdcea138d1f2b1a2dd51d45f527885d (patch)
treea56fb19126bf104c0938b90a06f15c2fa2b1d127 /gtk/conversations_table.c
parent22fdafebfcf7f60eece6a9e2da5ec4e9c3cde85e (diff)
Revert the previous commit, I was confused :-)
svn path=/trunk/; revision=36750
Diffstat (limited to 'gtk/conversations_table.c')
-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 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);