Changeset 1327 for code/branches/console/src/core
- Timestamp:
- May 19, 2008, 9:00:17 PM (17 years ago)
- Location:
- code/branches/console/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConfigValueContainer.cc
r1325 r1327 289 289 else 290 290 { 291 this->value_.fromString(ConfigFileManager::getSingleton()->getValue(this->type_, this->sectionname_, this->varname_, i, "abc", this->value_.isA(MT_string)));291 this->value_.fromString(ConfigFileManager::getSingleton()->getValue(this->type_, this->sectionname_, this->varname_, i, MultiTypeMath(), this->value_.isA(MT_string))); 292 292 } 293 293 -
code/branches/console/src/core/Shell.cc
r1326 r1327 204 204 205 205 this->finishedLastLine_ = newline; 206 SHELL_UPDATE_LISTENERS(lineAdded); 206 207 if (!this->scrollPosition_) 208 { 209 SHELL_UPDATE_LISTENERS(lineAdded); 210 } 207 211 } 208 212 else
Note: See TracChangeset
for help on using the changeset viewer.