From 5359c90f9c2046df5314442c9e7a34b3ae6f1855 Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Artaud Date: Fri, 17 Jan 2014 00:20:40 +0100 Subject: [PATCH] Fix compile for Nepomuk uses. --- src/projectlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.39.2