changeset 8011:335a54c6fd90

[gaim-migrate @ 8691] i need to stop coding at 3am committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 05 Jan 2004 17:43:58 +0000
parents c4b5a35c7a12
children 5a6853d0ae27
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Mon Jan 05 17:42:36 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Mon Jan 05 17:43:58 2004 +0000
@@ -1097,7 +1097,7 @@
 				continue;
 
 			if(chat->account != account)
-				return;
+				continue;
 
 			if(!(room = g_hash_table_lookup(chat->components, "room")))
 				continue;