comparison plugins/gevolution/gevo-util.c @ 11338:17142948653e

[gaim-migrate @ 13551] Change the GAIM_CONV_IM and GAIM_CONV_CHAT enums to GAIM_CONV_TYPE_IM and GAIM_CONV_TYPE_CHAT. This touched A LOT of files. Also combined two oscar header files (one of them was small and dorky). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:33:44 +0000
parents bc700cc98b82
children eb14bbcf7249
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
31 { 31 {
32 GaimConversation *conv = NULL; 32 GaimConversation *conv = NULL;
33 GaimBuddy *buddy; 33 GaimBuddy *buddy;
34 GaimGroup *group; 34 GaimGroup *group;
35 35
36 conv = gaim_find_conversation_with_account(GAIM_CONV_IM, screenname, account); 36 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, screenname, account);
37 37
38 if ((group = gaim_find_group(group_name)) == NULL) 38 if ((group = gaim_find_group(group_name)) == NULL)
39 { 39 {
40 group = gaim_group_new(group_name); 40 group = gaim_group_new(group_name);
41 gaim_blist_add_group(group, NULL); 41 gaim_blist_add_group(group, NULL);