summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/init.cpp')
-rw-r--r--plugins/Clist_modern/src/init.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp
index 268e6a508e..182a0129b2 100644
--- a/plugins/Clist_modern/src/init.cpp
+++ b/plugins/Clist_modern/src/init.cpp
@@ -175,7 +175,9 @@ static HRESULT SubclassClistInterface()
pcli->pfnGetContactIcon = cli_GetContactIcon;
pcli->pfnIconFromStatusMode = cli_IconFromStatusMode;
pcli->pfnLoadCluiGlobalOpts = CLUI_cli_LoadCluiGlobalOpts;
+ pcli->pfnLoadClcOptions = cli_LoadCLCOptions;
pcli->pfnSortCLC = cli_SortCLC;
+ pcli->pfnAddContactToGroup = cli_AddContactToGroup;
pcli->pfnAddContactToTree = cli_AddContactToTree;
pcli->pfnContactListWndProc = CLUI::cli_ContactListWndProc;
pcli->pfnFreeContact = cli_FreeContact;