From 5f60fac793b226c0936466170ce1ee8f85ce33ab Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Wed, 28 Jan 2015 07:02:20 +0000 Subject: Watrack: lastfm timestamp fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11938 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/mircontacts.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Utils.pas/mircontacts.pas') diff --git a/plugins/Utils.pas/mircontacts.pas b/plugins/Utils.pas/mircontacts.pas index ed570ead7f..a0b971e008 100644 --- a/plugins/Utils.pas/mircontacts.pas +++ b/plugins/Utils.pas/mircontacts.pas @@ -58,7 +58,7 @@ implementation uses messages, - common, syswin, + common, syswin, datetime, dbsettings; //----- Contact info ----- @@ -516,7 +516,7 @@ begin gce.bIsMe :=true; gce.szText.w:=pszText; gce.dwFlags :=GCEF_ADDTOLOG; - gce.time :=GetCurrentTime; + gce.time :=GetCurrentTimeStamp; CallServiceSync(MS_GC_EVENT,0,lparam(@gce)); end; -- cgit v1.2.3