changeset 968:10d8133ffab9

[gaim-migrate @ 978] stupid, stupid, stupid committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 10 Oct 2000 20:16:03 +0000
parents 17ff662183b2
children eb5a82d64ce5
files src/multi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/multi.c	Tue Oct 10 10:48:23 2000 +0000
+++ b/src/multi.c	Tue Oct 10 20:16:03 2000 +0000
@@ -231,7 +231,7 @@
 	} else {
 		char *titles[4];
 		txt = gtk_entry_get_text(GTK_ENTRY(tmpusr.name));
-		if (!find_user(txt)) {
+		if (find_user(txt)) {
 			/* PRPL: also need to check protocol. remember TOC and Oscar are both AIM */
 			gtk_widget_destroy(newmod);
 			return;