Mercurial > pidgin
diff libpurple/protocols/jabber/chat.c @ 27880:22ae131b8a0c
jabber: Fix "Invalid Server" breaking roomlist dialog. Closes #8143.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 12 Aug 2009 05:51:51 +0000 |
parents | fdf1f64de3a0 |
children | c585572e80dd |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.c Wed Aug 12 04:32:16 2009 +0000 +++ b/libpurple/protocols/jabber/chat.c Wed Aug 12 05:51:51 2009 +0000 @@ -750,6 +750,7 @@ if(!server || !*server) { purple_notify_error(js->gc, _("Invalid Server"), _("Invalid Server"), NULL); + purple_roomlist_set_in_progress(js->roomlist, FALSE); return; }