Mercurial > pidgin
changeset 16993:d5293baaed11
chat error fix from sadrul
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 10 May 2007 23:35:22 +0000 |
parents | 667a5a24781c |
children | 5f557e708335 |
files | libpurple/protocols/jabber/presence.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c Thu May 10 02:55:42 2007 +0000 +++ b/libpurple/protocols/jabber/presence.c Thu May 10 23:35:22 2007 +0000 @@ -391,7 +391,7 @@ static int i = 1; char *room_jid = g_strdup_printf("%s@%s", jid->node, jid->domain); - if(state == JABBER_BUDDY_STATE_ERROR && jid->resource == NULL) { + if(state == JABBER_BUDDY_STATE_ERROR) { char *title, *msg = jabber_parse_error(js, packet); if(chat->conv) {