diff --git a/linphone-desktop/src/app/paths/Paths.cpp b/linphone-desktop/src/app/paths/Paths.cpp index bcfd55937..54d7c857e 100644 --- a/linphone-desktop/src/app/paths/Paths.cpp +++ b/linphone-desktop/src/app/paths/Paths.cpp @@ -168,7 +168,7 @@ string Paths::getAvatarsDirPath () { } string Paths::getCallHistoryFilePath () { - return getWritableFilePath(QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_AVATARS); + return getWritableFilePath(getAppCallHistoryFilePath()); } string Paths::getCapturesDirPath () {