diff main/MainWindow.cpp @ 283:d27c322b5d6e

* Avoid crash when "hiding" non-visible splash (I don't quite understand this one, but hey)
author Chris Cannam
date Thu, 13 Nov 2008 18:17:33 +0000
parents 64a8ee011004
children b07566f7ee84
line wrap: on
line diff
--- a/main/MainWindow.cpp	Thu Nov 13 14:23:23 2008 +0000
+++ b/main/MainWindow.cpp	Thu Nov 13 18:17:33 2008 +0000
@@ -271,7 +271,7 @@
 
     newSession();
     
-//!!!    TransformFactory::getInstance()->startPopulationThread();
+    TransformFactory::getInstance()->startPopulationThread();
 }
 
 MainWindow::~MainWindow()