]> git.sesse.net Git - kdenlive/commitdiff
Fix crash in DVD Wizard
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 10 Oct 2009 11:46:15 +0000 (11:46 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 10 Oct 2009 11:46:15 +0000 (11:46 +0000)
http://kdenlive.org/mantis/view.php?id=1193

svn path=/trunk/kdenlive/; revision=4032

src/dvdwizardchapters.cpp

index ac7793beeccb6813759ca605ee7f9a5c7e90d26f..61e5187e045d300e2b516cb7b6eb4413f6f95667 100644 (file)
@@ -151,7 +151,7 @@ void DvdWizardChapters::setVobFiles(bool isPal, bool isWide, const QStringList m
     if (m_monitor == NULL) {
 
         m_monitor = new Monitor("chapter", m_manager, profile, this);
-        m_monitor->start();
+        //m_monitor->start();
         QVBoxLayout *vbox = new QVBoxLayout;
         vbox->addWidget(m_monitor);
         m_view.monitor_frame->setLayout(vbox);