summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Zschage <frank@reissan.de>2018-01-29 21:54:37 +0100
committerFrank Zschage <frank@reissan.de>2018-01-29 21:54:37 +0100
commit36a13d8f95816bd2e2ed29857f0d9435b1c78abd (patch)
tree486b70b4d7b8c5a6024b1018f0dcb67d1d1a194d
parenta9204ec37443b5c9dbd7ed27d839183c479dbce5 (diff)
downloadgnome-contacts-frankz/gnome-contacts-master.tar.gz
ContactPane: Update right titlebar after editing contactfrankz/gnome-contacts-master
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
-rw-r--r--src/contacts-window.vala2
1 files changed, 1 insertions, 1 deletions
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);