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 a626a07..a37023f 100644
--- a/src/contacts-window.vala
+++ b/src/contacts-window.vala
@@ -276,7 +276,7 @@ public class Contacts.Window : Gtk.ApplicationWindow {
if (this.contact_pane.on_edit_mode)
stop_editing ();
- this.contact_pane.show_contact (c, false);
+ this.contact_pane.show_contact (c);
if (list_pane != null)
list_pane.select_contact (c);