diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-11 12:31:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-11 12:31:07 +0000 |
commit | d3e19377a2898c86499b31ca2ea85f8fce643438 (patch) | |
tree | 49a72490375efdd3a50273a05f95b871b5562418 /src/mir_core/mc.cpp | |
parent | d1fe43e6662722be7fdce96c2a36c659da335c75 (diff) |
wrong event notification
git-svn-id: http://svn.miranda-ng.org/main/trunk@10151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/mc.cpp')
-rw-r--r-- | src/mir_core/mc.cpp | 2 |
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)
|