[tracker/rss-enclosures] plugins/evolution: Fixed the UID format of the URL
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] plugins/evolution: Fixed the UID format of the URL
- Date: Wed, 24 Nov 2010 01:52:50 +0000 (UTC)
commit 87f8154315768c7c73490b56aa8aa2cad571b249
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]