comparison 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
comparison
equal deleted inserted replaced
20938:5c849ee68659 20939:87742ec493b1
2851 PidginConversation *gtkconv = PIDGIN_CONVERSATION(conv); 2851 PidginConversation *gtkconv = PIDGIN_CONVERSATION(conv);
2852 2852
2853 if (gtkconv != NULL && gtkconv->active_conv != conv) 2853 if (gtkconv != NULL && gtkconv->active_conv != conv)
2854 continue; 2854 continue;
2855 if (gtkconv == NULL) { 2855 if (gtkconv == NULL) {
2856 if (!hidden_only ||
2857 !purple_conversation_get_data(conv, "unseen-count"))
2858 continue;
2856 r = g_list_prepend(r, conv); 2859 r = g_list_prepend(r, conv);
2857 c++; 2860 c++;
2858 } else { 2861 } else {
2859 if (gtkconv->unseen_state >= min_state && !hidden_only) { 2862 if (gtkconv->unseen_state >= min_state && !hidden_only) {
2860 r = g_list_prepend(r, conv); 2863 r = g_list_prepend(r, conv);