diff options
Diffstat (limited to 'plugins/ExtraIcons/DefaultExtraIcons.cpp')
-rw-r--r-- | plugins/ExtraIcons/DefaultExtraIcons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExtraIcons/DefaultExtraIcons.cpp b/plugins/ExtraIcons/DefaultExtraIcons.cpp index ebdaddff8a..8839aa64ae 100644 --- a/plugins/ExtraIcons/DefaultExtraIcons.cpp +++ b/plugins/ExtraIcons/DefaultExtraIcons.cpp @@ -308,7 +308,7 @@ static void DBExtraIconsInit() hContact = (HANDLE) CallService(MS_DB_CONTACT_FINDNEXT, (WPARAM) hContact, 0);
}
- hHooks.push_back(HookEvent(ME_DB_CONTACT_SETTINGCHANGED, SettingChanged));
+ HookEvent(ME_DB_CONTACT_SETTINGCHANGED, SettingChanged);
}
// Protocol /////////////////////////////////////////////////////////////////////////////
|