[geary/wip/135-contact-popovers: 52/56] Minor ConversationListBox tweaks
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/135-contact-popovers: 52/56] Minor ConversationListBox tweaks
- Date: Sun, 7 Apr 2019 01:46:24 +0000 (UTC)
commit d9ca4b447b4b5fc17470ad2a2c7a53130d632ff0
Author: Michael Gratton <mike vee net>
Date: Sun Mar 17 13:58:00 2019 +1100
Minor ConversationListBox tweaks
src/client/conversation-viewer/conversation-list-box.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-list-box.vala
b/src/client/conversation-viewer/conversation-list-box.vala
index 1c46bcef..adfeb956 100644
--- a/src/client/conversation-viewer/conversation-list-box.vala
+++ b/src/client/conversation-viewer/conversation-list-box.vala
@@ -640,7 +640,7 @@ public class ConversationListBox : Gtk.ListBox, Geary.BaseInterface {
// Load the interesting row completely up front, and load the
// remaining in the background so we can return fast.
- interesting_row.view.load_contacts.begin();
+ yield interesting_row.view.load_contacts();
yield interesting_row.expand();
this.finish_loading.begin(
query, uninteresting, post_interesting
@@ -896,8 +896,8 @@ public class ConversationListBox : Gtk.ListBox, Geary.BaseInterface {
if (!this.cancellable.is_cancelled()) {
EmailRow row = add_email(full_email);
yield row.view.load_contacts();
- this.search.highlight_row_if_matching(row);
yield row.expand();
+ this.search.highlight_row_if_matching(row);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]