f-spot r3554 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3554 - trunk/src
- Date: Wed, 16 Jan 2008 19:08:41 +0000 (GMT)
Author: sdelcroix
Date: Wed Jan 16 19:08:40 2008
New Revision: 3554
URL: http://svn.gnome.org/viewvc/f-spot?rev=3554&view=rev
Log:
fix the build
Modified:
trunk/src/PhotoQuery.cs
Modified: trunk/src/PhotoQuery.cs
==============================================================================
--- trunk/src/PhotoQuery.cs (original)
+++ trunk/src/PhotoQuery.cs Wed Jan 16 19:08:40 2008
@@ -162,7 +162,7 @@
public void RequestReload ()
{
if (untagged)
- photos = store.QueryUntagged (new UntaggedCondition (), range, roll_set, ratingrange);
+ photos = store.Query (new UntaggedCondition (), range, roll_set, ratingrange);
else
photos = store.Query (terms, extra_condition, range, roll_set, ratingrange);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]