comparison plugins/gaiminc.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 60db14d54914
children f5bc36ecf8d0
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
47 47
48 static void 48 static void
49 bud(GaimBuddy *who) 49 bud(GaimBuddy *who)
50 { 50 {
51 GaimAccount *acct = who->account; 51 GaimAccount *acct = who->account;
52 GaimConversation *conv = gaim_conversation_new(GAIM_CONV_IM, acct, who->name); 52 GaimConversation *conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, acct, who->name);
53 53
54 gaim_conv_im_send(GAIM_CONV_IM(conv), "Hello!"); 54 gaim_conv_im_send(GAIM_CONV_IM(conv), "Hello!");
55 } 55 }
56 56
57 /* 57 /*