preparing gui for maemo version; running astyle

This commit is contained in:
floty
2012-01-24 20:48:38 +00:00
parent 2ed4410da6
commit d88182e865
42 changed files with 12826 additions and 198 deletions
+1 -2
View File
@@ -543,8 +543,7 @@ void ConfigFile::updateConfig(ConfigState myConfigState)
///////// VERSION HACK SECTION ///////////////////////
//this is the right place for special version depending config hacks:
//0.9.1 - log interval needs to be set to 1 instead of 0
if (configRev == 95) // this means 0.9.1
{
if (configRev == 95) { // this means 0.9.1
TiXmlElement * confElement2 = new TiXmlElement( "LogInterval" );
config->LinkEndChild( confElement2 );
confElement2->SetAttribute("value", 1);