[f-spot] Replace Photo dependency in Core/App
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Replace Photo dependency in Core/App
- Date: Sun, 23 May 2010 10:04:09 +0000 (UTC)
commit 2dfec7fb91221cafe966bc395d1fc3f09376922e
Author: Ruben Vermeersch <ruben savanne be>
Date: Sun May 23 11:47:48 2010 +0200
Replace Photo dependency in Core/App
src/Core/App.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/App.cs b/src/Core/App.cs
index 9f1a28a..bfac4c3 100644
--- a/src/Core/App.cs
+++ b/src/Core/App.cs
@@ -236,7 +236,7 @@ namespace FSpot
else
tag = Database.Tags.GetTagById (Preferences.Get<int> (Preferences.SCREENSAVER_TAG));
- Photo[] photos;
+ IBrowsableItem[] photos;
if (tag != null)
photos = Database.Photos.Query (new Tag[] {tag});
else if (Preferences.Get<int> (Preferences.SCREENSAVER_TAG) == 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]