From d5558b6f67918ea8f951fd0408eff18532a63d4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 21:37:45 +0300 Subject: CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended --- plugins/Clist_blind/src/clcopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_blind/src/clcopts.cpp') diff --git a/plugins/Clist_blind/src/clcopts.cpp b/plugins/Clist_blind/src/clcopts.cpp index 8abc59289a..bab6a296b1 100644 --- a/plugins/Clist_blind/src/clcopts.cpp +++ b/plugins/Clist_blind/src/clcopts.cpp @@ -234,7 +234,7 @@ static INT_PTR CALLBACK DlgProcClcMainOpts(HWND hwndDlg, UINT msg, WPARAM wParam GetDlgItemText(hwndDlg, IDC_T_INFO, tmp, _countof(tmp)); db_set_ws(NULL, "CLC", "TemplateInfo", tmp); - pcli->pfnClcOptionsChanged(); + Clist_ClcOptionsChanged(); return TRUE; } break; -- cgit v1.2.3