Version: 1.0.80 (using KDE 4.6.0) OS: Linux If a contact was online when you close kopete no "last seen" time is shown for the contact (once kopete is started again and the given contact is offline then). Reproducible: Always Steps to Reproduce: -start kopete -set account X to "online" -ask a friend if he can go online -quit kopete -ask your friend if he can go offline -start kopete again Actual Results: No "last seen" time is shown. Expected Results: The "last seen" time should be the time when kopete was shut down.
Similar to bug 266580.
SVN commit 1228913 by mblumenstingl: Fix "last seen" property when quitting kopete. The contact list was saved too early so the "last seen" property was written to the contact list in the main memory. But this change was not written to the disk. BUG: 266697 REVIEW: 6526 REVIEWBOARD: https://svn.reviewboard.kde.org/r/6526/ M +7 -9 kopetepluginmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1228913
SVN commit 1228915 by mblumenstingl: Backport of 1228913 Fix "last seen" property when quitting kopete. CCBUG: 266697 M +7 -9 kopetepluginmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1228915