plugins/history.c

changeset 11338
1a3663ac9b05
parent 11318
13fa1d5134f3
child 11605
6ec0db32db8d
--- a/plugins/history.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/plugins/history.c	Thu Aug 25 02:33:44 2005 +0000
@@ -45,7 +45,7 @@
 	char *header;
 
 	convtype = gaim_conversation_get_type(c);
-	if (convtype == GAIM_CONV_IM)
+	if (convtype == GAIM_CONV_TYPE_IM)
 	{
 		GSList *buddies;
 		GSList *cur;
@@ -92,7 +92,7 @@
 		else
         		logs = g_list_sort(logs, gaim_log_compare);
 	}
-	else if (convtype == GAIM_CONV_CHAT)
+	else if (convtype == GAIM_CONV_TYPE_CHAT)
 	{
 		/* If we're not logging, don't show anything.
 		 * Otherwise, we might show a very old log. */

mercurial