From 3af9faac82dc19d5d9059d190cc17ce7186e4a10 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sun, 4 Nov 2018 20:19:34 +0100 Subject: Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ConversationRow --- main/src/ui/conversation_summary/content_populator.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/conversation_summary') diff --git a/main/src/ui/conversation_summary/content_populator.vala b/main/src/ui/conversation_summary/content_populator.vala index c19d0d26..754446d3 100644 --- a/main/src/ui/conversation_summary/content_populator.vala +++ b/main/src/ui/conversation_summary/content_populator.vala @@ -35,7 +35,7 @@ public class ContentProvider : ContentItemCollection, Object { public Gee.List populate_latest(Conversation conversation, int n) { - Gee.List items = stream_interactor.get_module(ContentItemStore.IDENTITY).get_latest(conversation, n); + Gee.List items = stream_interactor.get_module(ContentItemStore.IDENTITY).get_n_latest(conversation, n); Gee.List ret = new ArrayList(); foreach (ContentItem item in items) { ret.add(new ContentMetaItem(item, widget_factory)); -- cgit v1.2.3-70-g09d2