Changeset 3136 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
11/05/02 15:26:02 (6 years ago)
Author:
emostar
Message:

Added a new signal for successfully adding a user to the server side list.
Fixed the 0x0A error when renaming users that are on the awaiting auth list.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk-gui/src/pipe.cpp

    r3135 r3136  
    120120            if (sig->Uin() == gUserManager.OwnerUin()) 
    121121                status_bar_refresh(); 
    122             else if (sig->SubSignal() == USER_GENERAL) 
    123                 icq_daemon->icqRenameUser(sig->Uin()); 
    124122        } 
    125123 
     
    129127 
    130128      case SIGNAL_LOGOFF:  break; 
     129 
     130          case SIGNAL_ADDxSERVERxLIST: 
     131        icq_daemon->icqRenameUser(sig->Uin()); 
     132        break; 
    131133 
    132134      default: