Fix build failure if tracker FTS is enabled

This commit is contained in:
Michael Biebl 2011-10-11 18:02:09 +02:00
parent 048115fa9c
commit 04ff2cd9e6

View file

@ -209,7 +209,7 @@ nautilus_search_engine_tracker_start (NautilusSearchEngine *engine)
g_string_append (sparql, " fts:match ");
sparql_append_string_literal (sparql, search_text);
if (location || mime_count > 0) {
if (location_uri || mime_count > 0) {
g_string_append (sparql, " . FILTER (");
if (location_uri) {