]> git.sesse.net Git - kdenlive/commitdiff
Fix startup crash when custom color theme is used.
authorTill Theato <root@ttill.de>
Thu, 5 Apr 2012 20:08:06 +0000 (22:08 +0200)
committerTill Theato <root@ttill.de>
Thu, 5 Apr 2012 20:08:06 +0000 (22:08 +0200)
src/mainwindow.cpp

index 37a0c3a1c4aa58da8acd3e575e76523d0d9de3d5..903cb09e624d0101daafde3d103a3abb21f3f2a5 100644 (file)
@@ -144,6 +144,9 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString &
     KXmlGuiWindow(parent),
     m_activeDocument(NULL),
     m_activeTimeline(NULL),
+    m_projectList(NULL),
+    m_effectList(NULL),
+    m_effectStack(NULL),
     m_clipMonitor(NULL),
     m_projectMonitor(NULL),
     m_recMonitor(NULL),