diff -r f03dae654cec -r c41da5ae8893 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Mon Oct 15 04:07:28 2007 +0000 +++ b/pidgin/gtkconv.c Mon Oct 15 04:13:16 2007 +0000 @@ -2853,9 +2853,6 @@ 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 {