Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 8, 2011, 10:19:09 PM (13 years ago)
Author:
landauf
Message:

fixed wrong config value callback in Shell
fixed bug in ConfigFileManager: if a vector contained only one element at index 0, size 0 instead of 1 was returned
removed output context "output"
the configurable vector of output contexts now contains "example" as default to make the config vector visible in the config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/command/Shell.cc

    r8808 r8831  
    135135                               this->configurableContexts_)
    136136            .description("Additional output contexts shown in the " + this->getName())
    137             .callback(static_cast<BaseWriter*>(this), &BaseWriter::changedConfigurableLevels);
     137            .callback(static_cast<BaseWriter*>(this), &BaseWriter::changedConfigurableContexts);
    138138    }
    139139
Note: See TracChangeset for help on using the changeset viewer.