[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Sep 24 10:08:13 UTC 2006
SVN commit 587852 by okellogg:
readOptionState(): Let tabdiagrams default to false.
M +1 -7 uml.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/uml.cpp #587851:587852
@@ -1116,13 +1116,7 @@
m_config -> setGroup( "General Options" );
Settings::OptionState& optionState = Settings::getOptionState();
optionState.generalState.undo = m_config -> readBoolEntry( "undo", true );
- optionState.generalState.tabdiagrams = m_config -> readBoolEntry( "tabdiagrams",
-#if KDE_IS_VERSION(3,1,90)
- true
-#else
- false
-#endif
- );
+ optionState.generalState.tabdiagrams = m_config -> readBoolEntry("tabdiagrams", false);
#if defined (BUG84739_FIXED)
optionState.generalState.newcodegen = m_config -> readBoolEntry("newcodegen", false);
#else
More information about the umbrello-devel
mailing list