comparison src/protocols/sametime/sametime.c @ 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 2926e3c3185e
comparison
equal deleted inserted replaced
12630:97ec28aaae47 12631:e8da8f12e694
4200 GaimAccount *acct; 4200 GaimAccount *acct;
4201 GaimConversation *conv; 4201 GaimConversation *conv;
4202 char *id; 4202 char *id;
4203 4203
4204 acct = gaim_connection_get_account(gc); 4204 acct = gaim_connection_get_account(gc);
4205 id = g_list_nth_data(row, 0); 4205 id = g_list_nth_data(row, 1);
4206 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, id, acct); 4206 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, id, acct);
4207 if(! conv) conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, id); 4207 if(! conv) conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, id);
4208 gaim_conversation_present(conv); 4208 gaim_conversation_present(conv);
4209 } 4209 }
4210 4210