[gnome-contacts] fetch contact info of selected contact
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] fetch contact info of selected contact
- Date: Thu, 10 May 2012 11:56:22 +0000 (UTC)
commit 951cd42885d8e562a61bcc12cf915f1e6d38e536
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Apr 30 13:43:17 2012 +0200
fetch contact info of selected contact
This ensures we'll display as much information as possible about the contact.
https://bugzilla.gnome.org/show_bug.cgi?id=674392
src/contacts-view.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index dc7722e..6f07fe0 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -520,6 +520,8 @@ public class Contacts.View : TreeView {
}
selection_changed (contact);
+ if (contact != null)
+ contact.fetch_contact_info ();
}
public void select_contact (Contact contact) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]