Mercurial > pidgin
changeset 32171:8102a9dd3244
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?
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 18 Sep 2011 16:25:39 +0000 |
parents | 84fd9c28e1de |
children | 960823f1c2e9 |
files | pidgin/plugins/gevolution/gevo-util.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {