]> git.sesse.net Git - kdenlive/commitdiff
Fix compilation
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 31 May 2008 23:11:34 +0000 (23:11 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 31 May 2008 23:11:34 +0000 (23:11 +0000)
svn path=/branches/KDE4/; revision=2206

src/kthumb.cpp

index 5a91927c87d33ef67c0986bd3c7001e3add07b99..0f16a1cce8bac3487683deb1b4fba929406e0c10 100644 (file)
@@ -393,7 +393,7 @@ void KThumb::getAudioThumbs(int channel, double frame, double frameLength, int a
 void KThumb::customEvent(QEvent * event) {
     if (event->type() == 10005) {
         ProgressEvent* p = (ProgressEvent*) event;
-        m_clipManager->setThumbsProgress(m_url, p->value());
+        m_clipManager->setThumbsProgress(m_url.path(), p->value());
     }
 }