pidgin/gtkconv.c

changeset 21023
13e6a16f5632
parent 21021
76699adfc9d0
child 21024
e853eec15db6
equal deleted inserted replaced
21022:eb7d727949e7 21023:13e6a16f5632
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 || 2856 if (!purple_conversation_get_data(conv, "unseen-count"))
2857 !purple_conversation_get_data(conv, "unseen-count"))
2858 continue; 2857 continue;
2859 r = g_list_prepend(r, conv); 2858 r = g_list_prepend(r, conv);
2860 c++; 2859 c++;
2861 } else { 2860 } else {
2862 if (gtkconv->unseen_state >= min_state && !hidden_only) { 2861 if (gtkconv->unseen_state >= min_state && !hidden_only) {

mercurial