[conduit/tracker] Make better iCal
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit/tracker] Make better iCal
- Date: Fri, 19 Jun 2009 19:35:16 -0400 (EDT)
commit feab0dfbcbe8c19a626fbba5925264ac8ac1a3d7
Author: John Carr <john carr unrouted co uk>
Date: Fri Jun 19 00:01:43 2009 +0100
Make better iCal
conduit/modules/TrackerModule/TrackerModule.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/conduit/modules/TrackerModule/TrackerModule.py b/conduit/modules/TrackerModule/TrackerModule.py
index d71a9dd..187e848 100644
--- a/conduit/modules/TrackerModule/TrackerModule.py
+++ b/conduit/modules/TrackerModule/TrackerModule.py
@@ -320,7 +320,8 @@ class TrackerCalendar(DataProvider.TwoWay):
if key in ("ncal:bysecond", "ncal:byminute", "ncal:byhour", "ncal:bymonthday",
"ncal:bymonth", "ncal:bysetpos", "ncal:byweekno", "ncal:byyearday",
"ncal:count", "ncal:interval"):
- v += "%s=%s" % (key, value)
+ k = key[5:].upper()
+ v += "%s=%s" % (k, value)
elif key == "byday":
#v.byday
pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]