[f-spot] Fix MetaPixel build
- From: Lorenzo Milesi <lmilesi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] Fix MetaPixel build
- Date: Mon, 3 Aug 2009 13:57:47 +0000 (UTC)
commit d030539eada2dcb3c4d885ebf19346678f507eec
Author: Lorenzo Milesi <maxxer yetopen it>
Date: Mon Aug 3 15:57:08 2009 +0200
Fix MetaPixel build
extensions/Tools/MetaPixel/MetaPixel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/Tools/MetaPixel/MetaPixel.cs b/extensions/Tools/MetaPixel/MetaPixel.cs
index 08e8bec..bbb2238 100644
--- a/extensions/Tools/MetaPixel/MetaPixel.cs
+++ b/extensions/Tools/MetaPixel/MetaPixel.cs
@@ -113,7 +113,7 @@ namespace MetaPixelExtension {
mini_query.Terms = FSpot.OrTerm.FromTags ((Tag []) taglist.ToArray (typeof (Tag)));
photos = mini_query.Photos;
} else {
- photos = MainWindow.Toplevel.ActivePhotos ();
+ photos = MainWindow.Toplevel.Query.Photos;
}
if (photos.Length == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]