From c6fd0f7510e78964b2c974dc6d608446ac98fd06 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Tue, 2 Apr 2013 15:44:58 +0000
Subject: missing code

git-svn-id: http://svn.miranda-ng.org/main/trunk@4288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/Non-IM Contact/src/main.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'plugins')

diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp
index 9a96749ed5..2de679d57b 100644
--- a/plugins/Non-IM Contact/src/main.cpp	
+++ b/plugins/Non-IM Contact/src/main.cpp	
@@ -116,6 +116,8 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
 
 extern "C" __declspec(dllexport) int Load()
 {
+	mir_getLP(&pluginInfoEx);
+
 	HookEvent(ME_CLIST_DOUBLECLICKED, (MIRANDAHOOK)doubleClick);
 	HookEvent(ME_OPT_INITIALISE,NimcOptInit);
 	HookEvent(ME_CLIST_STATUSMODECHANGE, SetLCStatus);
-- 
cgit v1.2.3