summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-05 18:40:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-05 18:40:11 +0300
commitbfd3e12ac032ccfee48848f419598ff5dcb9f697 (patch)
tree893efd16fe91ce997bad43151a7cdc88a54def76 /plugins/Clist_blind
parent1bc38e87f4f75b9c665c7cb3fe470b79e7ed9281 (diff)
CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r--plugins/Clist_blind/src/clistopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/src/clistopts.cpp b/plugins/Clist_blind/src/clistopts.cpp
index 7192649702..040723c622 100644
--- a/plugins/Clist_blind/src/clistopts.cpp
+++ b/plugins/Clist_blind/src/clistopts.cpp
@@ -163,7 +163,7 @@ static INT_PTR CALLBACK DlgProcGenOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP
}
pcli->pfnTrayIconIconsChanged();
- pcli->pfnLoadContactTree(); /* this won't do job properly since it only really works when changes happen */
+ Clist_LoadContactTree(); /* this won't do job properly since it only really works when changes happen */
pcli->pfnInvalidateDisplayNameCacheEntry(INVALID_CONTACT_ID); /* force reshuffle */
return TRUE;
}