From: Enar Väikene Date: Wed, 5 Oct 2011 11:26:01 +0000 (+0300) Subject: More work with the IniFile class: X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=commitdiff_plain;h=555fa9e86134fda6e631e9178e50b444b1079e4f;hp=555fa9e86134fda6e631e9178e50b444b1079e4f;p=evaf More work with the IniFile class: * Uses the last '/' character to separate section names from key names. 'extensions/about/module' means now section name 'extensions/about' and key name 'module'. * Fixed reading platform-specific parameters where we forgot to store the thisOsOnly flag. * Fixed writing parameters where we forgot to update the internal cache. ---