[gaim-migrate @ 14967]

Thu, 22 Dec 2005 20:00:44 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Thu, 22 Dec 2005 20:00:44 +0000
changeset 12631
b0e5f1ab374e
parent 12630
b0fad57c3fc0
child 12632
91f69473e4c5

[gaim-migrate @ 14967]
feh. backwards.

src/protocols/sametime/sametime.c file | annotate | diff | comparison | revisions
--- a/src/protocols/sametime/sametime.c	Thu Dec 22 19:54:52 2005 +0000
+++ b/src/protocols/sametime/sametime.c	Thu Dec 22 20:00:44 2005 +0000
@@ -4202,7 +4202,7 @@
   char *id;
 
   acct = gaim_connection_get_account(gc);
-  id = g_list_nth_data(row, 0);
+  id = g_list_nth_data(row, 1);
   conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, id, acct);
   if(! conv) conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, id);
   gaim_conversation_present(conv);

mercurial