pidgin: 84c2ffd1: Fix compilation of the gevolution plugin...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Sep 18 12:40:43 EDT 2011


----------------------------------------------------------------------
Revision: 84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7
Parent:   eca384d7b17b6f95e4cc66ff2a25581cdbb8c424
Author:   markdoliner at pidgin.im
Date:     09/18/11 12:25:39
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/84c2ffd17fbd0e89d0c0c66d4a1ad00571af6ba7

Changelog: 

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?

Changes against parent eca384d7b17b6f95e4cc66ff2a25581cdbb8c424

  patched  pidgin/plugins/gevolution/gevo-util.c

-------------- next part --------------
============================================================
--- pidgin/plugins/gevolution/gevo-util.c	ff52dd1bfe12040161e43eb3a8272b9b1018d989
+++ pidgin/plugins/gevolution/gevo-util.c	aa6ffb95da3a8aff5ece6d68d1dea81ae62d5513
@@ -49,7 +49,7 @@ gevo_add_buddy(PurpleAccount *account, c
 		purple_blist_add_buddy(buddy, NULL, group, NULL);
 	}
 
-	purple_account_add_buddy(account, buddy);
+	purple_account_add_buddy(account, buddy, NULL);
 
 	if (conv != NULL)
 	{


More information about the Commits mailing list