[f-spot/cleanup-backend: 21/24] Break TimeAdaptor.
- From: Mike Gemünde <mgemuende src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/cleanup-backend: 21/24] Break TimeAdaptor.
- Date: Mon, 19 Jul 2010 06:43:05 +0000 (UTC)
commit f02f6a7c202be4ab503bc66293adc13e02b8d150
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]