diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-05 21:16:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-05 21:16:06 +0300 |
commit | aa6ece5ae374ca814dab5df57e2180f404afdff6 (patch) | |
tree | cbdb5200c3e68d602138f7327d9242db22e574ad /plugins/Clist_blind | |
parent | ff3beb8902dc91ad183ec10d19d0ad12d2a6de93 (diff) |
bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to Clist_Tray*
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/src/clistopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/src/clistopts.cpp b/plugins/Clist_blind/src/clistopts.cpp index 040723c622..450ab84e49 100644 --- a/plugins/Clist_blind/src/clistopts.cpp +++ b/plugins/Clist_blind/src/clistopts.cpp @@ -162,7 +162,7 @@ static INT_PTR CALLBACK DlgProcGenOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP db_set_s(NULL, "CList", "PrimaryStatus", pa->szModuleName);
}
- pcli->pfnTrayIconIconsChanged();
+ Clist_TrayIconIconsChanged();
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;
|