]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.cpp
jogshuttle: keys count method added to jogshuttle
[kdenlive] / src / projectlist.cpp
index a024e06c457862afa420e439ae48b1fc4828417d..ddf1a8421e932c83f2a11d52cb34fe84030f3708 100644 (file)
@@ -975,7 +975,7 @@ void ProjectList::slotUpdateClipProperties(ProjectItem *clip, QMap <QString, QSt
         clip->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"));