diff src/protocols/msn/userlist.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 9509ba09475f
children 45d54425dc65
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/src/protocols/msn/userlist.c	Thu Aug 25 02:33:44 2005 +0000
@@ -266,7 +266,7 @@
 						"%s has added you to his or her contact list.\n",
 						passport);
 
- 		convo = gaim_find_conversation_with_account(GAIM_CONV_IM, passport, account);
+ 		convo = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, passport, account);
  		if (convo) {
  			GaimBuddy *buddy;
  			char *msg;
@@ -330,7 +330,7 @@
 						"%s has removed you from his or her contact list.\n",
 						passport);
 
-		convo = gaim_find_conversation_with_account(GAIM_CONV_IM, passport, account);
+		convo = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, passport, account);
 		if (convo) {
 			GaimBuddy *buddy;
 			char *msg;