From 72ad277c1466053d5bb03e7c4c161be60c364e1a Mon Sep 17 00:00:00 2001 From: Till Theato Date: Thu, 5 Apr 2012 22:08:06 +0200 Subject: [PATCH] Fix startup crash when custom color theme is used. --- src/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 37a0c3a1..903cb09e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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), -- 2.39.5