fixes in Settings/g_configs

This commit is contained in:
Eduardo Bart
2012-02-01 22:10:55 -02:00
parent 98ef0e4574
commit 34f9ecb6c8
5 changed files with 30 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ void ConfigManager::addNode(const std::string& key, const OTMLNodePtr& node)
{
OTMLNodePtr clone = node->clone();
node->setTag(key);
node->setUnique(true);
m_confsDoc->addChild(node);
}