summaryrefslogtreecommitdiff
path: root/src/contacts-window.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-window.vala')
-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);