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
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
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