X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=src%2Fprojectlist.cpp;h=ddf1a8421e932c83f2a11d52cb34fe84030f3708;hb=645eed7aae335fe3238e243f27e8f6a9a9de5825;hp=04150d1e2fa094536da118b15856cd6f5840fe39;hpb=87c20d036a2c530ea66bf6f00769073476879f28;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index 04150d1e..ddf1a842 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -974,13 +974,13 @@ 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)) { +#ifdef USE_NEPOMUK + 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")); } -//#endif +#endif emit projectModified(); } }