[banshee] [Dap] Hide the search entry for DapSource



commit 232933fea8cd75dffb08af06a1eb1d36d2d7a91a
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sun Nov 7 15:27:06 2010 -0600

    [Dap] Hide the search entry for DapSource

 src/Dap/Banshee.Dap/Banshee.Dap/DapSource.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap/DapSource.cs b/src/Dap/Banshee.Dap/Banshee.Dap/DapSource.cs
index 12078eb..d9b152b 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap/DapSource.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap/DapSource.cs
@@ -248,6 +248,10 @@ namespace Banshee.Dap
             get { return true; }
         }
 
+        public override bool CanSearch {
+            get { return false; }
+        }
+
         public override void SetStatus (string message, bool can_close, bool is_spinning, string icon_name)
         {
             base.SetStatus (message, can_close, is_spinning, icon_name);



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