Bug 266697

Summary: Some contacts have no "last seen" time (after shutting down kopete)
Product: [Applications] kopete Reporter: Martin Blumenstingl <martin.blumenstingl>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.80   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 267654    

Description Martin Blumenstingl 2011-02-19 23:21:54 UTC
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.
Comment 1 Martin Blumenstingl 2011-02-19 23:22:57 UTC
Similar to bug 266580.
Comment 2 Martin Blumenstingl 2011-04-23 15:10:47 UTC
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
Comment 3 Martin Blumenstingl 2011-04-23 15:16:26 UTC
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