# HG changeset patch # User Mark Doliner # Date 1316363139 0 # Node ID 8102a9dd32449f9ad2f80f4c5922bd3a603af914 # Parent 84fd9c28e1de3ab2a75c287b691cd434028f59d8 Fix compilation of the gevolution plugin. Need to pass an invite message parameter to purple_account_add_buddy(). Is it ok to pass NULL here? diff -r 84fd9c28e1de -r 8102a9dd3244 pidgin/plugins/gevolution/gevo-util.c --- a/pidgin/plugins/gevolution/gevo-util.c Sun Sep 18 09:11:02 2011 +0000 +++ b/pidgin/plugins/gevolution/gevo-util.c Sun Sep 18 16:25:39 2011 +0000 @@ -49,7 +49,7 @@ purple_blist_add_buddy(buddy, NULL, group, NULL); } - purple_account_add_buddy(account, buddy); + purple_account_add_buddy(account, buddy, NULL); if (conv != NULL) {