Version: 1.0.80 (using KDE 4.6.0) OS: Linux If a contact was online when the corresponding account went offline no "last seen" time is shown for the contact. Reproducible: Always Steps to Reproduce: -Contact::setOnlineStatus() sets the last seen date of a user -if a user goes online the "last seen" property will be removed (and "online since" will be added) -if a user goes offline the "last seen" property is set (with the current date/time) -if your account goes offline then nothing is done for the account's contacts Actual Results: No "last seen" time is shown. Expected Results: The "last seen" time should be the time when the account went offline.
SVN commit 1221356 by mblumenstingl: Fix "last seen" property when an account goes offline. BUG: 266580 REVIEW: http://svn.reviewboard.kde.org/r/6448/ M +6 -0 kopeteaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221356
SVN commit 1221357 by mblumenstingl: Backport of 1221356. Fix "last seen" property when an account goes offline. CCBUG: 266580 M +6 -0 kopeteaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221357