summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/handlers.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-10-10 19:11:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-10-10 19:11:06 +0000
commit302abe573a8256d8c813af8f55d436e7b1c1dfb6 (patch)
tree855753b1d37503ac60bbc74563a6c01f3a955f2a /protocols/GTalkExt/src/handlers.cpp
parent24879d15a1e7f0d7bf02bb10b4145aff2f72f585 (diff)
GTalk: old menu restored (in protocol menu)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/handlers.cpp')
-rw-r--r--protocols/GTalkExt/src/handlers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/handlers.cpp b/protocols/GTalkExt/src/handlers.cpp
index fcc08177fc..4643a26275 100644
--- a/protocols/GTalkExt/src/handlers.cpp
+++ b/protocols/GTalkExt/src/handlers.cpp
@@ -474,6 +474,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
for (int i=0; i < count; i++)
sttCreateInstance(protos[i]->szModuleName);
+ HookEvent(ME_JABBER_MENUINIT, InitMenus);
HookEvent(ME_POPUP_FILTER, OnFilterPopup);
HookEvent(ME_JABBER_EXTLISTINIT, OnExtListInit);
HookEvent(ME_OPT_INITIALISE, OptionsInitialization);