Bug 207299 - Adding any action from the 'Configure Toolbars' breaks the 'Navigator' toolbar display.
Summary: Adding any action from the 'Configure Toolbars' breaks the 'Navigator' toolba...
Status: VERIFIED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: general (show other bugs)
Version: SVN trunk
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 00:30 UTC by Sabine Faure
Modified: 2009-09-25 17:39 UTC (History)
1 user (show)

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