Changeset 4806
- Timestamp:
- 01/06/07 13:45:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/msn/src/msn-srv.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/msn/src/msn-srv.cpp
r4637 r4806 689 689 void CMSN::MSNGetDisplayPicture(const string &strUser, const string &strMSNObject) 690 690 { 691 // If we are invisible, this will result in an error, so don't allow it 692 if (m_nStatus & ICQ_STATUS_FxPRIVATE) 693 return; 694 691 695 char *szUser = const_cast<char *>(strUser.c_str()); 692 696 CMSNPacket *pGetMSNDP = new CPS_MSNInvitation(szUser,
