diff options
Diffstat (limited to 'recipes/justreader/files')
-rw-r--r-- | recipes/justreader/files/correct-settings-path.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/justreader/files/correct-settings-path.patch b/recipes/justreader/files/correct-settings-path.patch new file mode 100644 index 0000000000..e33bf37620 --- /dev/null +++ b/recipes/justreader/files/correct-settings-path.patch @@ -0,0 +1,16 @@ + +# +# 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); |