projects
/
matthijs
/
upstream
/
mobilegtd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
73edf69
)
Make sure the gtd base path has a trailing slash.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 17 Aug 2009 20:14:09 +0000
(22:14 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 17 Aug 2009 20:14:09 +0000
(22:14 +0200)
src/config/defaultconfig.py
patch
|
blob
|
history
diff --git
a/src/config/defaultconfig.py
b/src/config/defaultconfig.py
index afa0f7e911069f0ea330e2372f9556f263ac98c7..f750e73f3d8f3f4aed1c13ccb7cd93356dd4a0f4 100644
(file)
--- a/
src/config/defaultconfig.py
+++ b/
src/config/defaultconfig.py
@@
-6,7
+6,7
@@
default_configuration = {"screen":"normal",
# Make the path absolute. This is a no-op on Symbian, since it is
# already absolute, but helps when running on other systems (some of the
# code relies on this path being absolute).
# Make the path absolute. This is a no-op on Symbian, since it is
# already absolute, but helps when running on other systems (some of the
# code relies on this path being absolute).
-"path": os.path.abspath("C:/Data/GTD
/")
,
+"path": os.path.abspath("C:/Data/GTD
") + os.sep
,
"inactivity_threshold":"7",
"read_sms":"1",
"action_editor":"form"
"inactivity_threshold":"7",
"read_sms":"1",
"action_editor":"form"