# HG changeset patch # User Christian Hammond # Date 1085426196 0 # Node ID a243d688c93c7b80345da59c9fb53612f6048df1 # Parent 96415a3aa93cd707f28fb7bf2e060faade0d9d7c [gaim-migrate @ 9831] Fix up the recent changes to gevolution to remove a couple warnings. committer: Tailor Script diff -r 96415a3aa93c -r a243d688c93c plugins/gevolution/gevolution.c --- a/plugins/gevolution/gevolution.c Mon May 24 17:32:55 2004 +0000 +++ b/plugins/gevolution/gevolution.c Mon May 24 19:16:36 2004 +0000 @@ -199,7 +199,7 @@ } static void -menu_item_activate_cb(GaimBlistNode *node) +menu_item_activate_cb(GaimBlistNode *node, gpointer user_data) { GaimBuddy *buddy = (GaimBuddy *)node; gevo_associate_buddy_dialog_new(buddy); @@ -210,7 +210,6 @@ { GaimBlistNodeAction *act; GaimBuddy *buddy; - GtkWidget *item; if (!GAIM_BLIST_NODE_IS_BUDDY(node)) return;