From 657291051bb286ad25e1f27fcb333c340d4e2b02 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Jun 2013 13:49:05 +0000 Subject: we don't wait for the ICQ status change anymore on exit git-svn-id: http://svn.miranda-ng.org/main/trunk@5169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/fam_03buddy.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/IcqOscarJ/src/fam_03buddy.cpp') diff --git a/protocols/IcqOscarJ/src/fam_03buddy.cpp b/protocols/IcqOscarJ/src/fam_03buddy.cpp index a6b28d2d8f..020c8af1eb 100644 --- a/protocols/IcqOscarJ/src/fam_03buddy.cpp +++ b/protocols/IcqOscarJ/src/fam_03buddy.cpp @@ -195,10 +195,6 @@ void CIcqProto::handleUserOnline(BYTE *buf, WORD wLen, serverthread_info *info) unpackWord(&buf, &wTLVCount); wLen -= 2; - // notify that the set status note & mood process is finished - if (m_hNotifyNameInfoEvent) - SetEvent(m_hNotifyNameInfoEvent); - // Ignore status notification if the user is not already on our list HANDLE hContact = HContactFromUID(dwUIN, szUID, NULL); if (hContact == INVALID_HANDLE_VALUE) -- cgit v1.2.3