[banshee] [TypeAheadFind] Select artist and album matches



commit 64f4fdde772dde14d1dd935b8409288ebd7044a3
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed Jul 14 20:10:46 2010 -0700

    [TypeAheadFind] Select artist and album matches
    
    Was centering on the match but not selecting, and with a big grid of
    albums wasn't easy to spot the matching one.

 .../Banshee.Collection.Gui/SearchableListView.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
index 3acf763..40b1fa7 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
@@ -57,7 +57,7 @@ namespace Banshee.Collection.Gui
         }
 
         public virtual bool SelectOnRowFound {
-            get { return false; }
+            get { return true; }
         }
 
         private QueryTermNode CreateNode (QueryField field, Operator op, string target)



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