diff pidgin/gtkconv.c @ 20939:87742ec493b1

disapproval of revision '9af00415175d29e7e9227c383939d392ea0af499'
author Casey Harkins <charkins@pidgin.im>
date Mon, 15 Oct 2007 04:29:22 +0000
parents 5c849ee68659
children 128aca651b9a
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Mon Oct 15 04:13:16 2007 +0000
+++ b/pidgin/gtkconv.c	Mon Oct 15 04:29:22 2007 +0000
@@ -2853,6 +2853,9 @@
 		if (gtkconv != NULL && gtkconv->active_conv != conv)
 			continue;
 		if (gtkconv == NULL) {
+			if (!hidden_only ||
+					!purple_conversation_get_data(conv, "unseen-count"))
+				continue;
 			r = g_list_prepend(r, conv);
 			c++;
 		} else {