Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Launch KOrg - Go to Settings menu/Configure Toolbars... - Add three available actions (ex: copy, paste, delete) to the current actions. - Click on 'Apply' and the actions should be added as buttons in KOrg main toolbar. - Now click on 'Defaults' button - A 'Do you really want to reset all toolbars of this application to their default? The changes will be applied immediately' message appears in a pop up dialogue. - Click on 'Reset' The added buttons are correctly removed from the toolbar in KOrg main window but they are still displayed in the current actions table. However it seems to be an update pb since when closing the dialogue and reopening it the actions are back in the available actions column where they should be. Trunk, Svn Rev 1115397
The same bug happens with all the toolbars (main, views, schedule, Filters) from this dialogue. Trunk, Svn Rev 1115397
Can you test with another KDE app and re-assign this bug if you reproduce?
SVN commit 1198579 by dfaure: * Fix toolbar editing when using setLocalXMLFile: the setXMLFile(ui_standards.rc) would find the localxmlfile instead, and one would end up with "No text!" menus, ouch. Or something else went wrong and one would end up with tons of empty menus. I added a new method loadStandardsXmlFile() which loads ui_standards.rc without unwanted side effects, much cleaner. * slotDefault: reload the XML before reloading the action list widgets, otherwise they are still outdated BUG: 234571 FIXED-IN: 4.6 M +12 -12 dialogs/kedittoolbar.cpp M +16 -3 xmlgui/kxmlguiclient.cpp M +9 -0 xmlgui/kxmlguiclient.h M +1 -1 xmlgui/kxmlguiwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1198579
*** Bug 209162 has been marked as a duplicate of this bug. ***