From 98af40d801f0da8e790cf6e6174c3dced17f902b Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 9 Jun 2017 11:08:18 +0200 Subject: [PATCH] fix(src/app/paths/Paths): fucking copy paste --- linphone-desktop/src/app/paths/Paths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {