diff options
Diffstat (limited to 'plugins/New_GPG/src/init.cpp')
-rw-r--r--[-rwxr-xr-x] | plugins/New_GPG/src/init.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/New_GPG/src/init.cpp b/plugins/New_GPG/src/init.cpp index b238e954a3..2e30326e0f 100755..100644 --- a/plugins/New_GPG/src/init.cpp +++ b/plugins/New_GPG/src/init.cpp @@ -142,8 +142,7 @@ static int OnModulesLoaded(WPARAM, LPARAM) GetJabberInterface(0,0);
HookEvent(ME_OPT_INITIALISE, GpgOptInit);
- //HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg);
- HookEvent(ME_MSG_PRECREATEEVENT, HookSendMsg);
+ HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg);
if(bJabberAPI && bIsMiranda09)
HookEvent(ME_PROTO_ACCLISTCHANGED, GetJabberInterface);
|