changeset 11713:2aa3211ef3e2

[gaim-migrate @ 14004] Finite loops allow things to continue happening committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 22 Oct 2005 14:08:57 +0000
parents bee192436fa6
children c828b5d08c91
files plugins/docklet/docklet.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Sat Oct 22 11:18:11 2005 +0000
+++ b/plugins/docklet/docklet.c	Sat Oct 22 14:08:57 2005 +0000
@@ -177,6 +177,7 @@
 		GaimConnection *gc = c->data;
 		if(GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info!=NULL)
 			return TRUE;
+		c = c->next;
 	}
 
 	return FALSE;