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  <[EMAIL PROTECTED]>

        * 
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 {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to