changeset 20952:a9f1e320d94d

Fix docklet blinking for real this time. Fixes #3211.
author Casey Harkins <charkins@pidgin.im>
date Mon, 15 Oct 2007 04:45:51 +0000
parents 508a06e834dc
children 111f4b8084b0 07b27e3522e3
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Mon Oct 15 04:37:41 2007 +0000
+++ b/pidgin/gtkconv.c	Mon Oct 15 04:45:51 2007 +0000
@@ -2853,8 +2853,7 @@
 		if (gtkconv != NULL && gtkconv->active_conv != conv)
 			continue;
 		if (gtkconv == NULL) {
-			if (!hidden_only ||
-					!purple_conversation_get_data(conv, "unseen-count"))
+			if (!purple_conversation_get_data(conv, "unseen-count"))
 				continue;
 			r = g_list_prepend(r, conv);
 			c++;