aboutsummaryrefslogtreecommitdiff
path: root/gui/massadd.cpp
diff options
context:
space:
mode:
authorMax Horn2010-03-29 20:31:23 +0000
committerMax Horn2010-03-29 20:31:23 +0000
commit4bac9e1b752e92318ff1d5497ec1d7aa0f2786be (patch)
tree51a91527e39d3cca88a45e26afa60d79639a6b29 /gui/massadd.cpp
parent2872f197d81df8a804546207dc8388d7f4f87997 (diff)
downloadscummvm-rg350-4bac9e1b752e92318ff1d5497ec1d7aa0f2786be.tar.gz
scummvm-rg350-4bac9e1b752e92318ff1d5497ec1d7aa0f2786be.tar.bz2
scummvm-rg350-4bac9e1b752e92318ff1d5497ec1d7aa0f2786be.zip
COMMON: Cleanup ConfigManager code
* get rid of ConfigManager::_emptyString * get rid of ConfigManager::Domain::get (use getVal instead) * remove some dead code svn-id: r48417
Diffstat (limited to 'gui/massadd.cpp')
-rw-r--r--gui/massadd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/massadd.cpp b/gui/massadd.cpp
index 91c1b6c459..266226161a 100644
--- a/gui/massadd.cpp
+++ b/gui/massadd.cpp
@@ -106,7 +106,7 @@ MassAddDialog::MassAddDialog(const Common::FSNode &startDir)
}
#endif
- Common::String path(iter->_value.get("path"));
+ Common::String path(iter->_value.getVal("path"));
// Remove trailing slash, so that "/foo" and "/foo/" match.
// This works around a bug in the POSIX FS code (and others?)
// where paths are not normalized (so FSNodes refering to identical