comparison src/ft.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 920a37a4c1be
children 525cf7ecd919
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
158 char *escaped; 158 char *escaped;
159 159
160 g_return_if_fail(xfer != NULL); 160 g_return_if_fail(xfer != NULL);
161 g_return_if_fail(message != NULL); 161 g_return_if_fail(message != NULL);
162 162
163 conv = gaim_find_conversation_with_account(GAIM_CONV_IM, xfer->who, 163 conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, xfer->who,
164 gaim_xfer_get_account(xfer)); 164 gaim_xfer_get_account(xfer));
165 165
166 if (conv == NULL) 166 if (conv == NULL)
167 return; 167 return;
168 168