aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/justreader/files/correct-settings-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/justreader/files/correct-settings-path.patch')
-rw-r--r--recipes-qtopia/justreader/files/correct-settings-path.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-qtopia/justreader/files/correct-settings-path.patch b/recipes-qtopia/justreader/files/correct-settings-path.patch
new file mode 100644
index 0000000..695edc1
--- /dev/null
+++ b/recipes-qtopia/justreader/files/correct-settings-path.patch
@@ -0,0 +1,17 @@
+upstream: http://sf.net/tracker/?func=detail&aid=1115394&group_id=61928&atid=498857
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- TextReader2/qpex/config.cpp~correct-settings-path
++++ TextReader2/qpex/config.cpp
+@@ -109,7 +109,7 @@
+ case User: {
+ QString homeDirPath = QDir::homeDirPath();
+
+- QDir dir = (homeDirPath + "/Choices/common");
++ QDir dir = (homeDirPath + "/Settings");
+ if ( !dir.exists() )
+ #ifndef Q_OS_WIN32
+ mkdir(dir.path().local8Bit(),0700);