[geary/wip/765516-gtk-widget-conversation-viewer: 65/207] Expand the email for search conversations with only one message.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 65/207] Expand the email for search conversations with only one message.
- Date: Tue, 4 Oct 2016 00:01:53 +0000 (UTC)
commit cfe68ef8c1e246aacecfcf63b1f01e28280c648b
Author: Michael James Gratton <mike vee net>
Date: Tue Apr 19 17:15:52 2016 +1000
Expand the email for search conversations with only one message.
.../conversation-viewer/conversation-viewer.vala | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-viewer.vala
b/src/client/conversation-viewer/conversation-viewer.vala
index ae3e3f5..b7d36ae 100644
--- a/src/client/conversation-viewer/conversation-viewer.vala
+++ b/src/client/conversation-viewer/conversation-viewer.vala
@@ -482,11 +482,13 @@ public class ConversationViewer : Gtk.Stack {
yield highlight_search_terms();
} else {
compress_emails();
- // Ensure the last email is always shown
- Gtk.ListBoxRow last_row = conversation_listbox.get_row_at_index(emails.size - 1);
- expand_email(last_row, false);
}
+ // Ensure the last email is always shown
+ Gtk.ListBoxRow last_row =
+ conversation_listbox.get_row_at_index(emails.size - 1);
+ expand_email(last_row, false);
+
loading_conversations = false;
if (state == ViewState.CONVERSATION) {
debug("Emails loaded\n");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]