Mercurial > pidgin
changeset 30073:2b2549680b5d
We want to call got_invite for existing slpcalls, too.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Fri, 21 May 2010 03:53:06 +0000 |
| parents | fb103111bbd5 |
| children | d7ecbc47f647 |
| files | libpurple/protocols/msn/slp.c |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slp.c Fri May 21 00:49:41 2010 +0000 +++ b/libpurple/protocols/msn/slp.c Fri May 21 03:53:06 2010 +0000 @@ -953,6 +953,7 @@ { g_free(slpcall->branch); slpcall->branch = g_strdup(branch); + got_invite(slpcall, branch, content_type, content); } else if (content_type && content) {
