| Summary: | Editing the toolbar deletes everything from the menu inserted with KXMLGUIClient::plugActionList() | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Friedrich W. H. Kossebau <kossebau> |
| Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | faure |
| Priority: | NOR | ||
| Version First Reported In: | 4.1 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Friedrich W. H. Kossebau
2009-01-15 01:52:32 UTC
The solution to this problem is actually documented: you should connect to the newToolBarConfig() signal and plug the action lists again in the slot; or do like KXmlGuiWindow::saveNewToolbarConfig() (which is the standard slot connected to that signal) and use removeClient+addClient again. In fact, maybe your problem is already fixed? The fix was r803933 | dfaure | 2008-05-04, but maybe you were not using trunk when you reported this? |