Show
Ignore:
Timestamp:
07/03/08 22:20:05 (5 months ago)
Author:
flynd
Message:

More uin removed from the plugins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/reqauthdlg.cpp

    r4800 r6406  
    9797    //TODO add a drop down list for protocol 
    9898    QTextCodec *codec = UserCodec::codecForProtoUser(szId, LICQ_PPID); 
    99     server->icqRequestAuth(strtoul(szId, (char **)NULL, 10), 
    100       codec->fromUnicode(mleRequest->text())); 
     99    server->icqRequestAuth(szId, codec->fromUnicode(mleRequest->text())); 
    101100    close(true); 
    102101  }