banshee r2965 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Collection.Database
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r2965 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Collection.Database
- Date: Fri, 11 Jan 2008 16:43:11 +0000 (GMT)
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]