[tracker] plugins/evolution: Fixed the UID format of the URL
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] plugins/evolution: Fixed the UID format of the URL
- Date: Fri, 24 Sep 2010 11:10:27 +0000 (UTC)
commit d558ec7526bcb5902e22439c333f59074f9e12d9
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Sep 24 11:59:27 2010 +0200
plugins/evolution: Fixed the UID format of the URL
src/plugins/evolution/tracker-evolution-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index bf63285..2aebf9d 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -837,7 +837,7 @@ on_folder_summary_changed (CamelFolder *folder,
/* This is not a path but a URI, don't use the
* OS's directory separator here */
- uri = tracker_sparql_escape_uri_printf ("%s/%s/%s",
+ uri = tracker_sparql_escape_uri_printf ("%s/%s?uid=%s",
em_uri,
camel_folder_get_full_name (folder),
uid);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]