banshee r2965 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Collection.Database



Author: gburt
Date: Fri Jan 11 16:43:10 2008
New Revision: 2965
URL: http://svn.gnome.org/viewvc/banshee?rev=2965&view=rev

Log:
2008-01-11  Gabriel Burt  <gabriel burt gmail com>

	* src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs:
	Temporarily disable persistent caching.  We should probably cache the
	unfiltered membership of a model and the filtered separately.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs

Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs	(original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs	Fri Jan 11 16:43:10 2008
@@ -141,7 +141,8 @@
 
         private bool warm = false;
         public bool Warm {
-            get { return warm; }
+            //get { return warm; }
+            get { return false; }
         }
 
         public int Count {



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