# HG changeset patch # User Chris Cannam # Date 1318929305 -3600 # Node ID b6c00a0a618e69a74f48013ef8442d9256de6d63 # Parent 1f3afbce6c2f45c862522284730969ebe9e58845 Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access diff -r 1f3afbce6c2f -r b6c00a0a618e main/MainWindow.cpp --- a/main/MainWindow.cpp Mon Oct 17 15:24:22 2011 +0100 +++ b/main/MainWindow.cpp Tue Oct 18 10:15:05 2011 +0100 @@ -324,8 +324,9 @@ connect(m_midiInput, SIGNAL(eventsAvailable()), this, SLOT(midiEventsAvailable())); - - TransformFactory::getInstance()->startPopulationThread(); + + //cc: remove for library edition +// TransformFactory::getInstance()->startPopulationThread(); //mathieub: remove the version tester and the survey for the library edition //Surveyer *surveyer = new Surveyer(this);