Mercurial > pidgin
changeset 12631:e8da8f12e694
[gaim-migrate @ 14967]
feh. backwards.
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Thu, 22 Dec 2005 20:00:44 +0000 |
parents | 97ec28aaae47 |
children | 87f3542b3701 |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);