[f-spot/backend-cleanup: 3/8] Replace completely unnecessary use of Photo with IBrowseableItem in App.cs



commit ff36214d84cbe9018dbc8f4c255a46e96da3af8e
Author: Mike Gemünde <mike gemuende de>
Date:   Tue Jul 6 15:08:33 2010 +0200

    Replace completely unnecessary use of Photo with IBrowseableItem in App.cs

 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 93318f4..04b9213 100644
--- a/src/Core/App.cs
+++ b/src/Core/App.cs
@@ -256,7 +256,7 @@ namespace FSpot
 			else if (Preferences.Get<int> (Preferences.SCREENSAVER_TAG) == 0)
 				photos = Database.Photos.Query (new Tag [] {});
 			else
-				photos = new Photo [0];
+				photos = new IBrowsableItem [0];
 
 			// Minimum delay 1 second; default is 4s
 			var delay = Math.Max (1.0, Preferences.Get<double> (Preferences.SCREENSAVER_DELAY));



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