diff options
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index 44ca9357e7..874b3ecab5 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -39,6 +39,7 @@ HINSTANCE hInst; int hLangpack;
unsigned int g_nTempFileId;
+CHAT_MANAGER *pci;
int g_cbCountries;
CountryListEntry *g_countries;
@@ -182,6 +183,7 @@ extern "C" int __declspec(dllexport) Load() // set the memory, lists & utf8 managers
mir_getLP(&pluginInfo);
mir_getCLI();
+ mir_getCI(NULL);
{
INT_PTR result = CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&FIP);
|