f-spot r3542 - in trunk: . src



Author: sdelcroix
Date: Wed Jan 16 09:01:14 2008
New Revision: 3542
URL: http://svn.gnome.org/viewvc/f-spot?rev=3542&view=rev

Log:
2008-01-16  Stephane Delcroix  <sdelcroix novell com>

	* src/PhotoStore.cs: fix the search unrated.


Modified:
   trunk/ChangeLog
   trunk/src/PhotoStore.cs

Modified: trunk/src/PhotoStore.cs
==============================================================================
--- trunk/src/PhotoStore.cs	(original)
+++ trunk/src/PhotoStore.cs	Wed Jan 16 09:01:14 2008
@@ -1314,7 +1314,7 @@
 		{
 			switch (this.ratetype) {
 			case (RatingType.Unrated) :
-				return String.Format (" photos.rating = NULL");
+				return String.Format (" photos.rating is NULL");
 				break;
 			case (RatingType.Rated) :
 				return String.Format (" photos.rating >= {0} AND photos.rating <= {1} ", minRating, maxRating);



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