changeset 6579:9714538226f0

[gaim-migrate @ 7101] (20:25:50) Robot101: LSchiere: eek (20:25:54) Robot101: LSchiere: that's garbled (20:26:10) Robot101: I said move the c=, not the b=.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 23 Aug 2003 00:27:10 +0000
parents 1dc3eac729d1
children 74d1cd241a3d
files src/server.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/server.c	Sat Aug 23 00:23:51 2003 +0000
+++ b/src/server.c	Sat Aug 23 00:27:10 2003 +0000
@@ -1092,8 +1092,7 @@
 	GSList *buddies;
 
 	account = gaim_connection_get_account(gc);
-
-	c = gaim_find_conversation(b->name);
+	b = gaim_find_buddy(account, name);
 
 	if (signon && (GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl)->options &
 				   OPT_PROTO_CORRECT_TIME)) {
@@ -1114,7 +1113,7 @@
 		return;
 	}
 
-	b = gaim_find_buddy(account, name);
+	c = gaim_find_conversation(b->name);
 
 	/* This code will 'align' the name from the TOC */
 	/* server with what's in our record.  We want to */