Use BROWSE selection mode
This commit is contained in:
parent
1ab1cf76f9
commit
dba1a863f3
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class Contacts.View : Contacts.Sorted {
|
||||||
private TextDisplay text_display;
|
private TextDisplay text_display;
|
||||||
|
|
||||||
public View (Store store, TextDisplay text_display = TextDisplay.PRESENCE) {
|
public View (Store store, TextDisplay text_display = TextDisplay.PRESENCE) {
|
||||||
|
set_selection_mode (SelectionMode.BROWSE);
|
||||||
contacts_store = store;
|
contacts_store = store;
|
||||||
hidden_contacts = new HashSet<Contact>();
|
hidden_contacts = new HashSet<Contact>();
|
||||||
show_subset = Subset.ALL;
|
show_subset = Subset.ALL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue