[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue May 16 22:30:02 UTC 2006


SVN commit 541716 by okellogg:

readOptionState(): Let "newcodegen" default to false because at the moment
their use is discouraged.


 M  +1 -1      uml.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #541715:541716
@@ -1077,7 +1077,7 @@
             false
 #endif
                                                                       );
-    m_optionState.generalState.newcodegen = m_config -> readBoolEntry( "newcodegen", true );
+    m_optionState.generalState.newcodegen = m_config -> readBoolEntry("newcodegen", false);
     m_optionState.generalState.angularlines = m_config->readBoolEntry("angularlines", false);
     m_optionState.generalState.autosave = m_config -> readBoolEntry( "autosave", true );
     m_optionState.generalState.time = m_config -> readNumEntry( "time", 0 ); //old autosavetime value kept for compatibility




More information about the umbrello-devel mailing list