[gnome-contacts/wip/sorted] Use BROWSE selection mode



commit dba1a863f39c390a39e3a398d3d338e306defb0f
Author: Alexander Larsson <alexl redhat com>
Date:   Mon May 14 15:11:50 2012 +0200

    Use BROWSE selection mode

 src/contacts-view.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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<Contact>();
     show_subset = Subset.ALL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]