[gnome-contacts/wip/sorted] warn, not error on MULTIPLE selections



commit d4958d150d444c0647fdc35e03cb871522038e0b
Author: Alexander Larsson <alexl redhat com>
Date:   Fri May 11 16:03:16 2012 +0200

    warn, not error on MULTIPLE selections

 src/contacts-sorted.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-sorted.vala b/src/contacts-sorted.vala
index c97ddf0..9b7807c 100644
--- a/src/contacts-sorted.vala
+++ b/src/contacts-sorted.vala
@@ -476,7 +476,7 @@ public class Contacts.Sorted : Container {
 
   public void set_selection_mode (SelectionMode mode) {
     if (mode == SelectionMode.MULTIPLE) {
-      error ("Multiple selections not supported");
+      warning ("Multiple selections not supported");
       return;
     }
     selection_mode = mode;



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