From 01b7a72d43ed1c71544c22c7afb61829762ffe8e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Jun 2013 22:02:44 +0000 Subject: same for some another plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@5104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YARelay/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/YARelay/src') diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index b6e479e9db..c4506df141 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -220,7 +220,7 @@ static int MessageEventAdded(WPARAM wParam, LPARAM lParam) // mark message as 'read' if (iMarkRead > 0) - CallService(MS_DB_EVENT_MARKREAD, wParam, lParam); + db_event_markRead(hContact, hDBEvent); return 0; } -- cgit v1.2.3