Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2006, 3:42:31 PM (18 years ago)
Author:
bensch
Message:

new implementation of the IniParser
Now it is in Full stl-style, with iterators, and it does not have a strange internal state, that makes absolutely no sense

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/parser/preferences/preferences.cc

    r9869 r9880  
    271271      if ( it2->modified )
    272272      {
    273         iniParser.editVar(it2->name, it2->value.getString(), it->sectionName);
     273        iniParser.editEntry(it->sectionName, it2->name, it2->value.getString());
    274274        didChanges = true;
    275275      }
Note: See TracChangeset for help on using the changeset viewer.