]> git.sesse.net Git - kdenlive/commitdiff
Fix compilation against KDE 4.1.x
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 2 Jun 2009 21:31:21 +0000 (21:31 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 2 Jun 2009 21:31:21 +0000 (21:31 +0000)
svn path=/trunk/kdenlive/; revision=3485

src/dvdwizard.cpp

index 6449ba65ddff2fb50adc59cd125a1f6d0c451df3..da074bcabe73341fc7bb51da49aa437ed3f397f2 100644 (file)
@@ -658,8 +658,8 @@ void DvdWizard::slotSave()
     if (m_pageVob->isWide()) profile.append("_wide");
     dvdproject.setAttribute("profile", profile);
 
-    dvdproject.setAttribute("tmp_folder", m_status.tmp_folder->text());
-    dvdproject.setAttribute("iso_image", m_status.iso_image->text());
+    dvdproject.setAttribute("tmp_folder", m_status.tmp_folder->url().path());
+    dvdproject.setAttribute("iso_image", m_status.iso_image->url().path());
 
     dvdproject.setAttribute("intro_movie", m_pageVob->introMovie());