diff --git a/src/contacts-view.vala b/src/contacts-view.vala index 9ece203..383acad 100644 --- a/src/contacts-view.vala +++ b/src/contacts-view.vala @@ -60,6 +60,7 @@ public class Contacts.View : Contacts.Sorted { private TextDisplay text_display; public View (Store store, TextDisplay text_display = TextDisplay.PRESENCE) { + set_selection_mode (SelectionMode.BROWSE); contacts_store = store; hidden_contacts = new HashSet(); show_subset = Subset.ALL;