diff pidgin/gtkdocklet.c @ 15504:762b6547adf9

GAIM_UNSEEN to PIDGIN_UNSEEN
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:19:27 +0000
parents 6fde15c1dcfc
children 311315e979f7
line wrap: on
line diff
--- a/pidgin/gtkdocklet.c	Sat Feb 03 08:13:34 2007 +0000
+++ b/pidgin/gtkdocklet.c	Sat Feb 03 08:19:27 2007 +0000
@@ -94,11 +94,11 @@
 	GList *l_chat = NULL;
 
 	l_im = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM,
-						       GAIM_UNSEEN_TEXT,
+						       PIDGIN_UNSEEN_TEXT,
 						       FALSE, max);
 
 	l_chat = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_CHAT,
-		 					 GAIM_UNSEEN_NICK,
+		 					 PIDGIN_UNSEEN_NICK,
 							 FALSE, max);
 
 	if (l_im != NULL && l_chat != NULL)