summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r--src/configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index 33c0cb5a..59d8a024 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -40,7 +40,7 @@ void Configuration::setValue(const std::string &key, const std::string &value)
// Notify listeners
Mana::Event event(Mana::Event::ConfigOptionChanged);
event.setString("option", key);
- event.trigger(CHANNEL_CONFIG);
+ event.trigger(Mana::Event::ConfigChannel);
}
std::string ConfigurationObject::getValue(const std::string &key,