diff plugins/win32/winprefs/winprefs.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 5938f6b386fa
line wrap: on
line diff
--- a/plugins/win32/winprefs/winprefs.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/plugins/win32/winprefs/winprefs.c	Thu Aug 25 02:33:44 2005 +0000
@@ -285,7 +285,7 @@
 	if (gaim_prefs_get_bool(PREF_IM_BLINK) == FALSE)
 		return;
 
-	GaimConversation *conv = gaim_find_conversation_with_account(GAIM_CONV_IM, sender, account);
+	GaimConversation *conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, sender, account);
 	if (conv == NULL) {
 	  gaim_debug_info("winprefs", "gar!\n");
 	  return;