diff options
Diffstat (limited to 'plugins/Clist_nicer/SRC/init.cpp')
-rw-r--r-- | plugins/Clist_nicer/SRC/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|