Mercurial > pidgin.yaz
changeset 25169:14b927f45ec5
We just freed slpcall, so don't set slpcall->timer to 0. And return
TRUE because we don't need the timer to be canceled here, because
it will have been canceled by msn_slpcall_destroy()
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 26 Feb 2009 19:47:58 +0000 |
parents | 27e6ab4ff554 |
children | e13dd5f1bc19 fd5eedf131b4 |
files | libpurple/protocols/msn/slpcall.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Thu Feb 26 08:14:24 2009 +0000 +++ b/libpurple/protocols/msn/slpcall.c Thu Feb 26 19:47:58 2009 +0000 @@ -47,8 +47,7 @@ if (!slpcall->pending && !slpcall->progress) { msn_slpcall_destroy(slpcall); - slpcall->timer = 0; - return FALSE; + return TRUE; } slpcall->progress = FALSE;