Changeset 6205 for trunk/qt4-gui/src/contactlist
- Timestamp:
- 05/25/08 11:57:26 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp
r6155 r6205 117 117 if (sig->Argument() == 0) 118 118 { 119 // User fetched our auto respons message119 // User fetched our auto response message 120 120 myCarCounter = ((5*1000/FLASH_TIME)+1)&(-2); 121 121 startAnimation(); … … 485 485 u->SetKeepAliasOnUpdate(true); 486 486 487 // Daemon do sen't send signal when alias is changed so trigger update from here487 // Daemon doesn't send signal when alias is changed so trigger update from here 488 488 updateText(u); 489 489 updateSorting(); … … 503 503 return; 504 504 505 bool hasChanged = updateText(u);506 gUserManager.DropUser(u);507 508 505 // Check if birthday icon should be updated 509 506 bool birthday = (u->Birthday() == 0); 507 bool hasChanged = updateText(u); 508 509 gUserManager.DropUser(u); 510 510 511 if (birthday != myBirthday) 511 512 { … … 518 519 } 519 520 520 // To reduce performance impact on refreshs, keep track whether anything changed so we don't force unnecessary updates 521 // To reduce performance impact on refreshes, keep track on 522 // whether anything has changed so we don't force unnecessary updates 521 523 if (hasChanged) 522 524 {
