Bug 205743

Summary: No right column update when switching address book.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-08-31 01:11:11 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a Contact in an address book(ex: John Smith).
- Select it in the 'Name' column so that its information is displayed in the right hand side column.
- Create a second and empty address book and select it.

The last Contact selected is still displayed (John Smith) eventhough you have switched from one address book to another.

Instead, it could be a good idea to clear the right hand side column when the user is switching address book.

Trunk, Svn Rev 1016607
Comment 1 Tobias Koenig 2009-09-16 15:38:13 UTC
SVN commit 1024375 by tokoe:

Show an empty details view if no address book folder is selected.

BUG: 205743


 M  +17 -0     mainwidget.cpp  
 M  +4 -0      mainwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1024375
Comment 2 Sabine Faure 2009-09-17 17:39:27 UTC
It is corrected now.

When changing address book - the right hand side column which displays the selected Contact details - gets cleared.

Trunk, Svn Rev 1024850