From 5f3997157e81d4910bcc4659bee7124a9c744d2f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 24 Mar 2016 09:11:43 +0000 Subject: - db_get_ts -> db_get_tsa; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clistsettings.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clistsettings.cpp') diff --git a/plugins/Clist_modern/src/modern_clistsettings.cpp b/plugins/Clist_modern/src/modern_clistsettings.cpp index 2c5c34dd59..188e0a6e7f 100644 --- a/plugins/Clist_modern/src/modern_clistsettings.cpp +++ b/plugins/Clist_modern/src/modern_clistsettings.cpp @@ -306,8 +306,7 @@ int GetContactInfosForSort(MCONTACT hContact, char **Proto, TCHAR **Name, int *S int GetContactCachedStatus(MCONTACT hContact) { - ClcCacheEntry *cacheEntry = pcli->pfnGetCacheEntry(hContact); - return pdnce___GetStatus(cacheEntry); + return pcli->pfnGetCacheEntry(hContact)->getStatus(); } int ContactAdded(WPARAM hContact, LPARAM) -- cgit v1.2.3