[geary/wip/search-fixes: 7/10] Append unknown conversations since it may be re-constituted
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/search-fixes: 7/10] Append unknown conversations since it may be re-constituted
- Date: Tue, 6 Aug 2019 11:25:08 +0000 (UTC)
commit b6d5ef7b3922a6885d257698335b074f09438368
Author: Michael Gratton <mike vee net>
Date: Mon Aug 5 18:41:15 2019 +1000
Append unknown conversations since it may be re-constituted
src/client/conversation-list/conversation-list-store.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/conversation-list/conversation-list-store.vala
b/src/client/conversation-list/conversation-list-store.vala
index 43ad6b46..ec72a312 100644
--- a/src/client/conversation-list/conversation-list-store.vala
+++ b/src/client/conversation-list/conversation-list-store.vala
@@ -454,7 +454,7 @@ public class ConversationListStore : Gtk.ListStore {
if (has_conversation(conversation)) {
refresh_conversation(conversation);
} else {
- debug("Unable to append conversation; conversation not present in list store");
+ add_conversation(conversation);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]