From 803b51d1a61b8c13badf6ac1f361b4d577f03cda Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Nov 2012 16:59:23 +0000 Subject: Clist Modern own extra icons support removed git-svn-id: http://svn.miranda-ng.org/main/trunk@2138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clc.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clc.cpp') diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index b38f99efde..346fa70f2c 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1784,10 +1784,7 @@ static LRESULT clcOnIntmNameChanged(struct ClcData *dat, HWND hwnd, UINT msg, WP static LRESULT clcOnIntmApparentModeChanged(struct ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { - int lResult = corecli.pfnContactListControlWndProc(hwnd, msg, wParam, lParam); - if ( !ServiceExists("ExtraIcon/Register")) - ExtraImage_SetAllExtraIcons(pcli->hwndContactTree,(HANDLE)wParam); - return lResult; + return corecli.pfnContactListControlWndProc(hwnd, msg, wParam, lParam); } static LRESULT clcOnIntmStatusMsgChanged(struct ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) @@ -1930,9 +1927,6 @@ int ClcDoProtoAck(HANDLE wParam,ACKDATA * ack) pcli->clcProto[i].dwStatus = (WORD) ack->lParam; if (pcli->clcProto[i].dwStatus >= ID_STATUS_OFFLINE) pcli->pfnTrayIconUpdateBase(pcli->clcProto[i].szProto); - if ( !ServiceExists("ExtraIcon/Register")) - if (ExtraImage_ExtraIDToColumnNum(EXTRA_ICON_VISMODE) != -1) - ExtraImage_SetAllExtraIcons(pcli->hwndContactTree,(HANDLE)NULL); return 0; } } -- cgit v1.2.3