f-spot r3632 - trunk/src



Author: sdelcroix
Date: Wed Feb  6 13:20:21 2008
New Revision: 3632
URL: http://svn.gnome.org/viewvc/f-spot?rev=3632&view=rev

Log:
expose query

Modified:
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Wed Feb  6 13:20:21 2008
@@ -772,6 +772,15 @@
 		return SelectedPhotos (SelectedIds ());
 	}
 
+	public Photo [] ActivePhotos () 
+	{
+		return query.Photos;
+	}
+
+	public readonly PhotoQuery Query {
+		get { return query; }
+	}
+
 	//
 	// Change Notification functions
 	//



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