]> git.sesse.net Git - kdenlive/commitdiff
Remove space from filename start / end in render dialog: http://kdenlive.org/mantis...
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Apr 2013 10:08:14 +0000 (12:08 +0200)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Apr 2013 10:08:14 +0000 (12:08 +0200)
src/renderwidget.cpp

index c521e39fc7d5ec22543fea6d741ee13af8654902..c350e747e25ef61b7ec82211bcf41a564d8de7bd 100644 (file)
@@ -866,7 +866,7 @@ void RenderWidget::slotExport(bool scriptExport, int zoneIn, int zoneOut, const
     QListWidgetItem *item = m_view.size_list->currentItem();
     if (!item) return;
 
-    QString dest = m_view.out_file->url().path();
+    QString dest = m_view.out_file->url().path().trimmed();
     if (dest.isEmpty()) return;
 
     // Check whether target file has an extension.