Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/presence.c @ 27594:1b92b9b51e2a
Properly unset a tune status without needing to re-log an XMPP account.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 12 Jul 2009 22:55:24 +0000 |
parents | ed284238509b |
children | a12574d982a1 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c Sun Jul 12 22:42:44 2009 +0000 +++ b/libpurple/protocols/jabber/presence.c Sun Jul 12 22:55:24 2009 +0000 @@ -107,9 +107,6 @@ if (!purple_account_is_connected(account)) return; - if (!purple_status_is_active(status)) - return; - if (purple_status_is_exclusive(status) && !purple_status_is_active(status)) { /* An exclusive status can't be deactivated. You should just * activate some other exclusive status. */