[gnome-photos] query-builder: Set global to FALSE for single_query
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] query-builder: Set global to FALSE for single_query
- Date: Tue, 20 Nov 2012 01:47:47 +0000 (UTC)
commit dc7210ab5754d3d4baf83df548ded4bdd6e3f6d1
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Nov 20 02:44:48 2012 +0100
query-builder: Set global to FALSE for single_query
src/photos-query-builder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-query-builder.c b/src/photos-query-builder.c
index d07b23c..804bcc1 100644
--- a/src/photos-query-builder.c
+++ b/src/photos-query-builder.c
@@ -189,7 +189,7 @@ photos_query_builder_single_query (gint flags, const gchar *resource)
gchar *sparql;
gchar *tmp;
- tmp = photos_query_builder_query (TRUE, flags);
+ tmp = photos_query_builder_query (FALSE, flags);
regex = g_regex_new ("\\?urn", 0, 0, NULL);
replacement = g_strconcat ("<", resource, ">", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]