openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06188
[Merge] lp:~meths/openlp/testing into lp:openlp
Jon Tibble has proposed merging lp:~meths/openlp/testing into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~meths/openlp/testing/+merge/49503
Typo
--
https://code.launchpad.net/~meths/openlp/testing/+merge/49503
Your team OpenLP Core is requested to review the proposed merge of lp:~meths/openlp/testing into lp:openlp.
=== modified file 'openlp/core/utils/__init__.py'
--- openlp/core/utils/__init__.py 2011-02-11 17:55:41 +0000
+++ openlp/core/utils/__init__.py 2011-02-12 15:41:58 +0000
@@ -184,7 +184,7 @@
elif dir_type == AppLocation.CacheDir:
return os.path.join(BaseDirectory.xdg_cache_home, u'openlp')
if dir_type == AppLocation.DataDir:
- return os.path.join(os.getenv(u'HOME'), u'openlp', u'data')
+ return os.path.join(os.getenv(u'HOME'), u'.openlp', u'data')
return os.path.join(os.getenv(u'HOME'), u'.openlp')
def _get_frozen_path(frozen_option, non_frozen_option):