fix(src/app/paths/Paths): fucking copy paste

This commit is contained in:
Ronan Abhamon 2017-06-09 11:08:18 +02:00
parent 2474838f3c
commit 98af40d801

View file

@ -168,7 +168,7 @@ string Paths::getAvatarsDirPath () {
}
string Paths::getCallHistoryFilePath () {
return getWritableFilePath(QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_AVATARS);
return getWritableFilePath(getAppCallHistoryFilePath());
}
string Paths::getCapturesDirPath () {