Show
Ignore:
Timestamp:
05/05/08 16:31:53 (7 months ago)
Author:
emostar
Message:

Add the patch by Sergey Kononenko (Message-ID: <20080122012616.48112055@…>)
Included the following additions:

  • Add support for AIM (not all users yet)
  • Fix a few memory leaks
  • Rename SSBI to BART
  • Add constants for BART Types
  • Add support to qt4-gui
  • Use boost in a few cases
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/userinfodlg.cpp

    r6160 r6181  
    20052005    } 
    20062006    case PictureInfo: 
    2007     { 
    2008       ICQUser* u = gUserManager.FetchUser(myId.toLatin1(), m_nPPID, LOCK_R); 
    2009       if (u == NULL) return; 
    2010       bool bSendServer = (u->SocketDesc(ICQ_CHNxINFO) < 0); 
    2011       gUserManager.DropUser(u); 
    2012       icqEventTag = gLicqDaemon->icqRequestPicture(myId.toLatin1(), bSendServer); 
    2013       break; 
    2014     } 
     2007      icqEventTag = gLicqDaemon->ProtoRequestPicture(myId.toLatin1(), m_nPPID); 
     2008      break; 
    20152009  } 
    20162010