]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/justreader/files/correct-settings-path.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / justreader / files / correct-settings-path.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- TextReader2/qpex/config.cpp~correct-settings-path
7 +++ TextReader2/qpex/config.cpp
8 @@ -109,7 +109,7 @@
9         case User: {
10           QString homeDirPath = QDir::homeDirPath();
11  
12 -         QDir dir = (homeDirPath + "/Choices/common");
13 +         QDir dir = (homeDirPath + "/Settings");
14             if ( !dir.exists() )
15  #ifndef Q_OS_WIN32
16                 mkdir(dir.path().local8Bit(),0700);