|
From: <sv...@va...> - 2010-10-20 11:54:35
|
Author: sewardj
Date: 2010-10-20 12:54:25 +0100 (Wed, 20 Oct 2010)
New Revision: 523
Log:
Don't show the config dialogue at startup, even if the target binary isn't set.
Modified:
trunk/src/main.cpp
Modified: trunk/src/main.cpp
===================================================================
--- trunk/src/main.cpp 2010-10-19 16:27:26 UTC (rev 522)
+++ trunk/src/main.cpp 2010-10-20 11:54:25 UTC (rev 523)
@@ -107,7 +107,7 @@
// Start up the gui
vkWin = new MainWindow( &valkyrie );
- if ( vkCfgProj->value(
+ if ( 0 && vkCfgProj->value(
valkyrie.getOption( VALKYRIE::BINARY )->configKey() ).toString().isEmpty() ) {
vkWin->openOptions();
}
|