summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mir_core/mc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/mc.cpp b/src/mir_core/mc.cpp
index 27a1626f67..520735d761 100644
--- a/src/mir_core/mc.cpp
+++ b/src/mir_core/mc.cpp
@@ -72,7 +72,7 @@ MIR_CORE_DLL(void) db_mc_enable(BOOL bEnabled)
{
g_bEnabled = bEnabled != 0;
- NotifyEventHooks(hEventDefaultChanged, g_bEnabled, 0);
+ NotifyEventHooks(hEventEnabled, g_bEnabled, 0);
}
MIR_CORE_DLL(BOOL) db_mc_isMeta(MCONTACT hContact)