# HG changeset patch # User Luke Schierer # Date 1061598430 0 # Node ID 9714538226f034da71c86d05059951c03bf3c1cd # Parent 1dc3eac729d12fd8ea0e573c51cb38d12f335e21 [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 diff -r 1dc3eac729d1 -r 9714538226f0 src/server.c --- 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 */