[Bug 105525] Navigator toolbar disappears when reconfiguring other toolbars

Rafael Fernández López ereslibre at kde.org
Mon Oct 13 00:50:06 CEST 2008


http://bugs.kde.org/show_bug.cgi?id=105525


Rafael Fernández López ereslibre kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ereslibre at kde.org
         AssignedTo|molkentin at kde.org           |kdelibs-bugs at kde.org
          Component|general                     |kdeui
            Product|kontact                     |kdelibs




--- Comment #8 from Rafael Fernández López <ereslibre kde org>  2008-10-13 00:50:03 ---
This is basically the same bug as #171186. All KDE applications that use KParts
are affected. The basics are:

1) You need to have two toolbars shown, for instance, the main toolbar and a
toolbar "foo".

2) "foo" toolbar has to be defined on the .rc file of the app as
'hidden="true"'.

3) What happens is that when you add/remove an action, the whole GUI is reread
and thus, KToolBar::loadState() is called, which reads the element dom node
which contains 'hidden="true"' what is applied, hiding the toolbar "foo" when
adding/removing an action on the main toolbar.

I am working on this fix.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kdelibs-bugs mailing list