diff pidgin/gtkblist.c @ 15505: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/gtkblist.c	Sat Feb 03 08:13:34 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Feb 03 08:19:27 2007 +0000
@@ -3476,7 +3476,7 @@
 		menu = NULL;
 	}
 
-	convs = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM, GAIM_UNSEEN_TEXT, TRUE, 0);
+	convs = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM, PIDGIN_UNSEEN_TEXT, TRUE, 0);
 	if (!convs)
 		/* no conversations added, don't show the menu */
 		return;
@@ -3498,7 +3498,7 @@
 	switch (event->button) {
 		case 1:
 			convs = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM,
-															GAIM_UNSEEN_TEXT, TRUE, 1);
+															PIDGIN_UNSEEN_TEXT, TRUE, 1);
 			if (convs) {
 				pidgin_conv_present_conversation((GaimConversation*)convs->data);
 				g_list_free(convs);
@@ -3532,7 +3532,7 @@
 		gtkblist->menutrayicon = NULL;
 	}
 
-	convs = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM, GAIM_UNSEEN_TEXT, TRUE, 0);
+	convs = pidgin_conversations_find_unseen_list(GAIM_CONV_TYPE_IM, PIDGIN_UNSEEN_TEXT, TRUE, 0);
 	if (convs) {
 		GtkWidget *img = NULL;
 		GString *tooltip_text = NULL;