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_modern/src/modern_cluiservices.cpp | |
parent | ff3beb8902dc91ad183ec10d19d0ad12d2a6de93 (diff) |
bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to Clist_Tray*
Diffstat (limited to 'plugins/Clist_modern/src/modern_cluiservices.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cluiservices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_cluiservices.cpp b/plugins/Clist_modern/src/modern_cluiservices.cpp index 541a52cd78..ef14742cc7 100644 --- a/plugins/Clist_modern/src/modern_cluiservices.cpp +++ b/plugins/Clist_modern/src/modern_cluiservices.cpp @@ -36,7 +36,7 @@ void cliCluiProtocolStatusChanged(int, const char * proto) {
CallService(MS_SKINENG_INVALIDATEFRAMEIMAGE, (WPARAM)pcli->hwndStatus, 0);
if (proto)
- pcli->pfnTrayIconUpdateBase(proto);
+ Clist_TrayIconUpdateBase(proto);
}
int CLUIServices_LoadModule(void)
|