Show
Ignore:
Timestamp:
06/14/08 06:24:08 (6 months ago)
Author:
flynd
Message:

Changed some calls to daemon to not use uin version of functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/userevents/usersendcommon.cpp

    r6293 r6294  
    885885 
    886886      //TODO in the daemon 
    887       icqEventTag = gLicqDaemon->icqFileTransfer(strtoul(myUsers.front().c_str(), NULL, 10), 
     887      icqEventTag = gLicqDaemon->icqFileTransfer(myUsers.front().c_str(), 
    888888          ue->Filename(), ue->FileDescription(), filelist, level, !online); 
    889889