Bug 266697 - Some contacts have no "last seen" time (after shutting down kopete)
Summary: Some contacts have no "last seen" time (after shutting down kopete)
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: 1.0.80
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks: 267654
  Show dependency treegraph
 
Reported: 2011-02-19 23:21 UTC by Martin Blumenstingl
Modified: 2011-04-23 15:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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