From de5dce707cc60ace5b92d2ac61914c590cb9680b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 29 Jun 2013 18:16:23 +0000 Subject: rest of unused databases services removed git-svn-id: http://svn.miranda-ng.org/main/trunk@5181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/PassForm.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryPlusPlus/PassForm.pas') diff --git a/plugins/HistoryPlusPlus/PassForm.pas b/plugins/HistoryPlusPlus/PassForm.pas index 9de9e6ef63..6b923b3b68 100644 --- a/plugins/HistoryPlusPlus/PassForm.pas +++ b/plugins/HistoryPlusPlus/PassForm.pas @@ -185,11 +185,11 @@ begin lvCList.Items.BeginUpdate; try lvCList.Items.Clear; - hCont := CallService(MS_DB_CONTACT_FINDFIRST, 0, 0); + hCont := db_find_first(); while hCont <> 0 do begin AddContact(lvCList,hCont); - hCont := CallService(MS_DB_CONTACT_FINDNEXT, hCont, 0); + hCont := db_find_next(hCont); end; AddContact(lvCList,0); lvCList.SortType := stNone; -- cgit v1.2.3