changeset 9055:a243d688c93c

[gaim-migrate @ 9831] Fix up the recent changes to gevolution to remove a couple warnings. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 24 May 2004 19:16:36 +0000
parents 96415a3aa93c
children 1c10229e5c66
files plugins/gevolution/gevolution.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;