changeset 2279:63102b44541a

[gaim-migrate @ 2289] well this was a nice little bug, eh? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 13 Sep 2001 22:25:25 +0000
parents 00a8b7bcef6c
children 13d5d7e829c9
files src/prpl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prpl.c	Thu Sep 13 22:20:14 2001 +0000
+++ b/src/prpl.c	Thu Sep 13 22:25:25 2001 +0000
@@ -74,7 +74,7 @@
 	}
 	p = g_new0(struct prpl, 1);
 	pi(p);
-	if ((old = find_prpl(p->protocol)) == NULL)
+	if ((old = find_prpl(p->protocol)) != NULL)
 		unload_protocol(old);
 	protocols = g_slist_insert_sorted(protocols, p, (GCompareFunc)proto_compare);
 	regenerate_user_list();