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/chatdlg.cpp

    r6242 r6406  
    748748        QString n = UserCodec::codecForCChatUser(u)->toUnicode(u->Name()); 
    749749 
    750         if (n.isEmpty()) n.setNum(u->Uin()); 
     750        if (n.isEmpty()) 
     751          n = u->Id(); 
    751752        chatClose(u); 
    752753        InformUser(this, tr("%1 closed connection.").arg(n));