Bug 207299

Summary: Adding any action from the 'Configure Toolbars' breaks the 'Navigator' toolbar display.
Product: [Applications] kontact Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: tokoe
Priority: NOR    
Version: SVN trunk   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-09-14 00:30:09 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KAB
- Go to Settings menu/Toolbars and check the 'Navigator' toolbar.
- Nine buttons should appear on the right hand side of the 'Search' field. 
- Go to Settings menu/Configure Toolbars...
- The 'Configure Toolbars' dialogue appears
- Select any toolbar from the 'Toolbar' combo box.
- Select any action from the 'Available actions' column and click on the right hand side arrow.
- Click on 'Apply'

A button is created after the action you selected and appears on the right hand side of the search field.

But instead of being added to the nine already existing buttons of the Navigator toolbar, it is alone.

It seems that the 'Navigator toolbar has disappeared and it cannot be made visible again unless closing and restarting Kaddressbook.

Trunk, Svn Rev 1022237
Comment 1 Tobias Koenig 2009-09-14 18:14:54 UTC
Kontact specific bug
Comment 2 David Faure 2009-09-15 11:09:14 UTC
SVN commit 1023689 by dfaure:

You must call plugActionList again in slotNewToolbarConfig, otherwise the action lists disappear.
BUG: 207299


 M  +1 -0      mainwindow.cpp  


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

The new button appears next to the existing buttons from the Navigator toolbar and all of them are now visible.

Trunk, Svn Rev 1027981