X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=ddf1a8421e932c83f2a11d52cb34fe84030f3708;hb=5359c90f9c2046df5314442c9e7a34b3ae6f1855;hp=ad465df1591f49a14f55e0b2eb57fb91cc72e5e5;hpb=255cfc0146db2aa12cbce15f6a3590efc5d9ef83;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index ad465df1..ddf1a842 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -975,7 +975,7 @@ void ProjectList::slotUpdateClipProperties(ProjectItem *clip, QMap setText(1, properties.value("description")); monitorItemEditing(true); #ifdef USE_NEPOMUK - if (KdenliveSettings::activate_nepomuk() && (type == Audio || type == Video || type == AV || type == Image || type == PLAYLIST)) { + if (KdenliveSettings::activate_nepomuk() && (type == Audio || type == Video || type == AV || type == Image || type == Playlist)) { // Use Nepomuk system to store clip description Nepomuk::Resource f(clip->clipUrl().path()); f.setDescription(properties.value("description"));