X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivedoc.cpp;h=861fc28fda179ff2c6125718f09b0590246fb5f5;hb=a0ea9695750c8309cc81fe9a9fd2e2549d20e1a0;hp=119c352051ee639c93825ec7e67c91fb16a60d50;hpb=5152a13ec5e208369749c37c9946a08c42e6e666;p=kdenlive diff --git a/src/kdenlivedoc.cpp b/src/kdenlivedoc.cpp index 119c3520..861fc28f 100644 --- a/src/kdenlivedoc.cpp +++ b/src/kdenlivedoc.cpp @@ -1493,9 +1493,9 @@ void KdenliveDoc::updateProjectFolderPlacesEntry() // if entry does not exist yet (was not found), well, create it then if (!exists) { - KBookmark newBookmark = root.addBookmark(i18n("Project Folder"), documentLocation, "folder-favorites"); + bookmark = root.addBookmark(i18n("Project Folder"), documentLocation, "folder-favorites"); // Make this user selectable ? - newBookmark.setMetaDataItem("OnlyInApp", kdenliveName); + bookmark.setMetaDataItem("OnlyInApp", kdenliveName); bookmarkManager->emitChanged(root); } }