diff src/gtkblist.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 421d91546327
children f191b5bc199b
line wrap: on
line diff
--- a/src/gtkblist.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/src/gtkblist.c	Thu Aug 25 02:33:44 2005 +0000
@@ -4288,7 +4288,7 @@
 		 * and gaim_blist_add_buddy().  Or something.  --Mark
 		 */
 
-		c = gaim_find_conversation_with_account(GAIM_CONV_IM, who, data->account);
+		c = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, who, data->account);
 		if (c != NULL) {
 			gaim_buddy_icon_update(gaim_conv_im_get_icon(GAIM_CONV_IM(c)));
 			gaim_conversation_update(c, GAIM_CONV_UPDATE_ADD);
@@ -4482,7 +4482,7 @@
 							data->account->gc->prpl)->get_chat_name(chat->components);
 
 		if (chat_name != NULL) {
-			conv = gaim_find_conversation_with_account(GAIM_CONV_CHAT,
+			conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_CHAT,
 													   chat_name,
 													   data->account);
 			g_free(chat_name);