X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardchapters.cpp;fp=src%2Fdvdwizardchapters.cpp;h=61e5187e045d300e2b516cb7b6eb4413f6f95667;hb=9185a624b1d46d1b4c3a5ac5fe57564e22c3cb1c;hp=ac7793beeccb6813759ca605ee7f9a5c7e90d26f;hpb=663a4783464930d9cce6a6e6be8c25eac6294d43;p=kdenlive diff --git a/src/dvdwizardchapters.cpp b/src/dvdwizardchapters.cpp index ac7793be..61e5187e 100644 --- a/src/dvdwizardchapters.cpp +++ b/src/dvdwizardchapters.cpp @@ -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);