Use BROWSE selection mode

This commit is contained in:
Alexander Larsson 2012-05-14 15:11:50 +02:00
parent 1ab1cf76f9
commit dba1a863f3

View file

@ -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<Contact>();
show_subset = Subset.ALL;