Mercurial > pidgin
changeset 27518: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 | 6b1eb8dbf86e |
children | 35cb9aa9eb2f c1e12d5a88e4 37741237d146 |
files | libpurple/protocols/jabber/presence.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
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. */