]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.cpp
Prevent crash when deleting a clip while playing:
[kdenlive] / src / kthumb.cpp
index 09f8802a6ff0f0a07911b14957ca11b52fe89eee..6392f2b0d1045f0eea431ac873d48468086162aa 100644 (file)
@@ -462,7 +462,7 @@ void KThumb::slotGetIntraThumbs()
 {
     int theight = KdenliveSettings::trackheight();
     int twidth = FRAME_SIZE;
-    QString path = m_url.path() + "%";
+    QString path = m_url.path() + "_";
     QImage img;
 
     while (!m_intraFramesQueue.isEmpty()) {