[tracker] Bugfix in Volume support
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker] Bugfix in Volume support
- Date: Tue, 21 Apr 2009 12:30:59 -0400 (EDT)
commit abc1743f5b6ccbfc37057414b3aa2ed9d7370e6f
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Apr 21 18:27:28 2009 +0200
Bugfix in Volume support
---
src/libtracker-data/tracker-data-update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libtracker-data/tracker-data-update.c b/src/libtracker-data/tracker-data-update.c
index 15cda55..89fe9a3 100644
--- a/src/libtracker-data/tracker-data-update.c
+++ b/src/libtracker-data/tracker-data-update.c
@@ -1460,7 +1460,7 @@ tracker_data_update_disable_all_volumes (void)
g_object_unref (stmt);
delete_q = g_strdup_printf ("DELETE { ?o tracker:isMounted ?d } WHERE { ?o tracker:isMounted ?d FILTER (?o != <"TRACKER_NON_REMOVABLE_MEDIA_DATASOURCE_URN"> ) }");
- set_q = g_strdup_printf ("INSERT { ?o a tracker:Volume; tracker:isMounted false . FILTER (?o != <"TRACKER_NON_REMOVABLE_MEDIA_DATASOURCE_URN"> ) }");
+ set_q = g_strdup_printf ("INSERT { ?o a tracker:Volume; tracker:isMounted false } WHERE { ?o a tracker:Volume FILTER (?o != <"TRACKER_NON_REMOVABLE_MEDIA_DATASOURCE_URN"> ) }");
tracker_data_update_sparql (delete_q, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]