summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/modern_clc.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-08 10:40:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-08 10:40:33 +0000
commite8c9fd3c802c8c2b9aa47381b1dc54c03c65b595 (patch)
treeb06a843f7fc4ff65d7004e750ef846f06f2a1f33 /plugins/Clist_modern/modern_clc.cpp
parentceb7bbea580d9153668d9113b6cbb24f23e49ebe (diff)
structure copying replaced with the inheritance
git-svn-id: http://svn.miranda-ng.org/main/trunk@842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/modern_clc.cpp')
-rw-r--r--plugins/Clist_modern/modern_clc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/modern_clc.cpp b/plugins/Clist_modern/modern_clc.cpp
index 3967d9e465..d1d0afed53 100644
--- a/plugins/Clist_modern/modern_clc.cpp
+++ b/plugins/Clist_modern/modern_clc.cpp
@@ -1856,12 +1856,12 @@ static LRESULT clcOnIntmStatusChanged(struct ClcData *dat, HWND hwnd, UINT msg,
if (pdnce && pdnce->m_cache_cszProto)
{
struct ClcContact *contact = NULL;
- pdnce___SetStatus( pdnce, GetStatusForContact(pdnce->m_cache_hContact,pdnce->m_cache_cszProto));
+ pdnce___SetStatus( pdnce, GetStatusForContact(pdnce->hContact,pdnce->m_cache_cszProto));
if ( !dat->force_in_dialog && (
(dat->second_line_show)// && dat->second_line_type == TEXT_STATUS)
|| (dat->third_line_show)// && dat->third_line_type == TEXT_STATUS)
))
- gtaRenewText(pdnce->m_cache_hContact);
+ gtaRenewText(pdnce->hContact);
SendMessage(hwnd,INTM_ICONCHANGED, wParam, (LPARAM) CallService(MS_CLIST_GETCONTACTICON, wParam, 1));
if (FindItem(hwnd,dat,(HANDLE)wParam,&contact,NULL,NULL,TRUE))
{