diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-28 13:49:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-28 13:49:05 +0000 |
commit | 657291051bb286ad25e1f27fcb333c340d4e2b02 (patch) | |
tree | 90760339df372de76ac5f106d99e0814eb4fa957 /protocols/IcqOscarJ/src/fam_01service.cpp | |
parent | c0fa453ab5a1a0b36f4bdd7103afbe0a566ccf17 (diff) |
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
Diffstat (limited to 'protocols/IcqOscarJ/src/fam_01service.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/fam_01service.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/fam_01service.cpp b/protocols/IcqOscarJ/src/fam_01service.cpp index f78f6213fb..a7c45d0e1c 100644 --- a/protocols/IcqOscarJ/src/fam_01service.cpp +++ b/protocols/IcqOscarJ/src/fam_01service.cpp @@ -310,9 +310,6 @@ void CIcqProto::handleServiceFam(BYTE *pBuffer, WORD wBufferLength, snac_header if (!m_bSsiEnabled || info->isMigrating)
handleServUINSettings(wListenPort, info);
}
- else if (m_hNotifyNameInfoEvent)
- // Just notify that the set status note & mood process is finished
- SetEvent(m_hNotifyNameInfoEvent);
}
break;
|