Changeset 3135 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
11/04/02 14:11:17 (6 years ago)
Author:
emostar
Message:

Proper handling of adding users and with their aliases to the server side list.

Files:
1 modified

Legend:

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

    r3107 r3135  
    120120            if (sig->Uin() == gUserManager.OwnerUin()) 
    121121                status_bar_refresh(); 
     122            else if (sig->SubSignal() == USER_GENERAL) 
     123                icq_daemon->icqRenameUser(sig->Uin()); 
    122124        } 
    123125