summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GTalkExt/src/handlers.cpp')
-rw-r--r--protocols/GTalkExt/src/handlers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/handlers.cpp b/protocols/GTalkExt/src/handlers.cpp
index 3b48137b3c..83e4c036ad 100644
--- a/protocols/GTalkExt/src/handlers.cpp
+++ b/protocols/GTalkExt/src/handlers.cpp
@@ -22,6 +22,7 @@
#include "StdAfx.h"
#include "handlers.h"
#include "db.h"
+#include "inbox.h"
#include "notifications.h"
#include "options.h"
@@ -423,6 +424,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam)
japi->Net()->AddSendHandler(SendHandler);
}
+ HookEvent(ME_JABBER_MENUINIT, InitMenus);
HookOptionsInitialization();
return 0;
}