Changeset 5546 for branches/qt-gui_qt4/src/contactlist/contactuserdata.cpp
- Timestamp:
- 10/04/07 12:27:57 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/contactlist/contactuserdata.cpp
r5545 r5546 164 164 myStatusFull = u->StatusFull(); 165 165 myStatusInvisible = u->StatusInvisible(); 166 myStatusAwaitingAuth = u->GetAwaitingAuth(); 166 167 myStatusTyping = u->GetTyping() == ICQ_TYPING_ACTIVE; 167 168 myPhoneFollowMeStatus = u->PhoneFollowMeStatus(); … … 197 198 198 199 updateText(u); 199 200 myStatusFull = u->StatusFull();201 202 200 203 201 if (u->GetPicturePresent()) … … 316 314 myExtendedStatus |= ContactListModel::SharedFilesStatus; 317 315 316 if (myStatusAwaitingAuth) 317 myExtendedStatus |= ContactListModel::AwaitingAuthStatus; 318 318 319 if (myCustomAR) 319 320 myExtendedStatus |= ContactListModel::CustomArStatus;
