1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

0.9.8 version will not introduce any changes in browsedata.db structure

This commit is contained in:
nowrep 2011-03-17 21:57:35 +01:00
parent aaad1617a6
commit 3d2549983b

View File

@ -560,7 +560,7 @@ bool MainApplication::checkProfileDir()
versionFile.write(QupZilla::VERSION.toAscii());
versionFile.close();
if (rData.contains("0.9.6")) // Data not changed from this version
if (rData.contains("0.9.6") || rData.contains("0.9.7")) // Data not changed from this version
return true;
dir.mkdir("profiles");