[gnome-contacts] Contacts.App: display the selected contact name
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Contacts.App: display the selected contact name
- Date: Fri, 16 Aug 2013 19:47:48 +0000 (UTC)
commit 44cace05477faea3b12be70fab163e3715dc10cf
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Thu Aug 15 21:39:51 2013 -0400
Contacts.App: display the selected contact name
src/contacts-app.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index c9c248e..39ee1f8 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -73,6 +73,7 @@ public class Contacts.App : Gtk.Application {
/* clearing right_toolbar */
if (new_selection != null) {
+ window.right_title = new_selection.display_name;
window.edit_button.show ();
} else {
window.edit_button.hide ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]