From d4b6de0fb4ca58063eb2f424c77e74e703022b63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 21:07:46 +0300 Subject: static function CLIST_INTERFACE::pfnGetContactIcon exported as Clist_GetContactIcon (history++ to be recompiled) --- plugins/HistoryPlusPlus/GlobalSearch.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/GlobalSearch.pas b/plugins/HistoryPlusPlus/GlobalSearch.pas index 5beb129b1d..05952b571e 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.pas +++ b/plugins/HistoryPlusPlus/GlobalSearch.pas @@ -532,7 +532,7 @@ begin li.Caption := LastAddedContact.Name; Inc(ContactsFound); end; - li.ImageIndex := cli^.pfnGetContactIcon(CurContact); + li.ImageIndex := Clist_GetContactIcon(CurContact); li.Data := Pointer(CurContact); end; -- cgit v1.2.3