Mercurial > pidgin
diff plugins/gaim-remote/remote.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 | bb0d7b719af2 |
children |
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c Thu Aug 25 00:27:12 2005 +0000 +++ b/plugins/gaim-remote/remote.c Thu Aug 25 02:33:44 2005 +0000 @@ -121,7 +121,7 @@ g_string_free(str, TRUE); } - c = gaim_conversation_new(GAIM_CONV_IM, gc->account, who); + c = gaim_conversation_new(GAIM_CONV_TYPE_IM, gc->account, who); g_free(who); if (what) { @@ -566,8 +566,8 @@ /* end acct find */ /* gaim_debug_info("cui", "g-r>To: %s; From: %s; Protocol: %s; Message: %s; Quiet: %d\n",who,from,proto,msg,quiet); */ - conv = gaim_conversation_new(GAIM_CONV_IM, gaim_connection_get_account(gc), who); - gaim_conv_im_send(GAIM_CONV_IM(conv), msg); + conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, gaim_connection_get_account(gc), who); + gaim_conv_im_send(GAIM_CONV_IM(conv), msg); /* likely to be used for quiet: serv_send_im(gc, who, msg, -1, 0);