From 409332f58ceda01ec7df0af2d89f991f7660da56 Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Artaud Date: Mon, 13 Jan 2014 22:24:03 +0100 Subject: [PATCH] Set ifdef on USE_NEPUMOK. --- src/projectlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projectlist.cpp b/src/projectlist.cpp index 04150d1e..ad465df1 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 +#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(); } } -- 2.39.2