[f-spot/cleanup-backend: 21/23] Break TimeAdaptor.



commit 5098d80afd9764ce2909087f45ad80e5179f510b
Author: Mike Gemünde <mike gemuende de>
Date:   Fri Jul 16 17:15:53 2010 +0200

    Break TimeAdaptor.
    
    The following commit will not work with the TimeAdaptor. It should also
    be fixed later.

 src/TimeAdaptor.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/TimeAdaptor.cs b/src/TimeAdaptor.cs
index 2b80a83..6deeb95 100644
--- a/src/TimeAdaptor.cs
+++ b/src/TimeAdaptor.cs
@@ -168,7 +168,7 @@ namespace FSpot {
 		void DoReload ()
 		{
 			Thread.Sleep (200);
-			Dictionary <int, int[]> years_tmp = query.Store.PhotosPerMonth ();
+			Dictionary <int, int[]> years_tmp = new Dictionary<int, int[]> (); //App.Instance.Database.Photos.PhotosPerMonth ();
 			int startyear_tmp = Int32.MaxValue;
 			int endyear_tmp = Int32.MinValue;
 			



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