diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-06 21:37:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-06 21:37:45 +0300 |
commit | d5558b6f67918ea8f951fd0408eff18532a63d4e (patch) | |
tree | ac73e7988e1d6a06f588717d6b93cea90bec16e3 /plugins/Clist_blind | |
parent | 4f5b5ef8c908156bd30d5bb391c1e238cbcc2f0c (diff) |
CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/src/clcopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|