aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/justreader/files/correct-settings-path.patch
blob: 695edc1828f436d52a9e40c7a84be4870bd0ace1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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);