openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06209
[Merge] lp:~raoul-snyman/openlp/data-dir-fix into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/data-dir-fix into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/data-dir-fix/+merge/49563
--
https://code.launchpad.net/~raoul-snyman/openlp/data-dir-fix/+merge/49563
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/data-dir-fix into lp:openlp.
=== modified file 'openlp/core/utils/__init__.py'
--- openlp/core/utils/__init__.py 2011-02-12 15:38:28 +0000
+++ openlp/core/utils/__init__.py 2011-02-13 20:07:17 +0000
@@ -179,8 +179,7 @@
if dir_type == AppLocation.ConfigDir:
return os.path.join(BaseDirectory.xdg_config_home, u'openlp')
elif dir_type == AppLocation.DataDir:
- return os.path.join(BaseDirectory.xdg_data_home, u'openlp',
- u'data')
+ return os.path.join(BaseDirectory.xdg_data_home, u'openlp')
elif dir_type == AppLocation.CacheDir:
return os.path.join(BaseDirectory.xdg_cache_home, u'openlp')
if dir_type == AppLocation.DataDir:
Follow ups