Changeset 3136 for trunk/jons-gtk-gui
- Timestamp:
- 11/05/02 15:26:02 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk-gui/src/pipe.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk-gui/src/pipe.cpp
r3135 r3136 120 120 if (sig->Uin() == gUserManager.OwnerUin()) 121 121 status_bar_refresh(); 122 else if (sig->SubSignal() == USER_GENERAL)123 icq_daemon->icqRenameUser(sig->Uin());124 122 } 125 123 … … 129 127 130 128 case SIGNAL_LOGOFF: break; 129 130 case SIGNAL_ADDxSERVERxLIST: 131 icq_daemon->icqRenameUser(sig->Uin()); 132 break; 131 133 132 134 default:
