# HG changeset patch # User Elliott Sales de Andrade # Date 1274413986 0 # Node ID 2b2549680b5d33c5dbd579aef1a5f01dc0d76ac8 # Parent fb103111bbd50e2f411595730dd1a545e2b2de80 We want to call got_invite for existing slpcalls, too. diff -r fb103111bbd5 -r 2b2549680b5d libpurple/protocols/msn/slp.c --- 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) {