[gnome-contacts/frankz/gnome-contacts-master: 3/4] ContactPane: Update right titlebar after editing contact introduced a signal display_name_changed to



commit 36a13d8f95816bd2e2ed29857f0d9435b1c78abd
Author: Frank Zschage <frank reissan de>
Date:   Mon Jan 29 21:54:37 2018 +0100

    ContactPane: Update right titlebar after editing contact
    introduced a signal display_name_changed to notify listeners and especially to update the right titlebar 
after the name of a contact has been changed to fix issue #78

 src/contacts-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-window.vala b/src/contacts-window.vala
index 2ceeac6..d5c4d82 100644
--- a/src/contacts-window.vala
+++ b/src/contacts-window.vala
@@ -279,7 +279,7 @@ public class Contacts.Window : Gtk.ApplicationWindow {
     // Clear the contacts so any changed information is stored
     this.contact_pane.show_contact (null);
     return false;
-         }
+  }
 
   void list_pane_selection_changed_cb (Contact? new_selection) {
     set_shown_contact (new_selection);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]