From e9104f1872c1a4b09f5f3259921745d2aff5cee6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 Jul 2012 15:25:34 +0000 Subject: fix for Clist Nicer not to create its services on OnModulesLoaded git-svn-id: http://svn.miranda-ng.org/main/trunk@948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/SRC/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_nicer') diff --git a/plugins/Clist_nicer/SRC/init.cpp b/plugins/Clist_nicer/SRC/init.cpp index 3b2f372f95..68f7127809 100644 --- a/plugins/Clist_nicer/SRC/init.cpp +++ b/plugins/Clist_nicer/SRC/init.cpp @@ -339,7 +339,6 @@ LBL_Error: pcli->pfnGetWindowVisibleState = GetWindowVisibleState; pcli->pfnHitTest = HitTest; pcli->pfnLoadContactTree = LoadContactTree; - pcli->pfnOnCreateClc = LoadCLUIModule; pcli->pfnPaintClc = PaintClc; pcli->pfnRebuildEntireList = RebuildEntireList; pcli->pfnRowHitTest = RowHeight::hitTest; @@ -367,6 +366,7 @@ LBL_Error: rc = LoadContactListModule(); if (rc == 0) rc = LoadCLCModule(); + LoadCLUIModule(); LoadButtonModule(); HookEvent(ME_SYSTEM_MODULESLOADED, systemModulesLoaded); return rc; -- cgit v1.2.3