| Summary: | use a different toolbar name instead of "mainToolBar" | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | James Richard Tyrer <tyrerj> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
James Richard Tyrer
2008-06-18 11:54:47 UTC
Of course, given that Konqueror merges the main toolbar of the active kpart into its own main toolbar, and the buttons have a unique global setting for those. No, add an additional toolbar by adding this: <ToolBar noMerge="1" name="okularToolBar" > <text>Okular Toolbar</text> </ToolBar> to the "part.rc" file. Then give a better title to this bug (that is a wish really). Since this works in KDE 3.5 BRNCH, it is a bug not a wish-list item. However, since I received the copy of the change in the bug, I was reminded to work on this and find that the: "part.rc" file was corrupted and that was the proximate cause although I do not know how the file became screwed up. IAC, I am now closing this as IWFM. PT, please take note that anyone can add additional toolbars to an app that uses an "*.rc" file to configure them. |