Opened 16 years ago
Closed 16 years ago
#2093 closed defect (fixed)
[PATCH] Fix "Search" button in toolbar
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | toolbar preferences | Cc: |
Description ¶
The problem exists, because UserToolsPlugin register action "Select user data" with the same key "dialogs/search". More deeply problem exists, because key is not some unique identifier, but path to image. Both actions uses the same image.
For now it is a bit complicated to rewrite this. So I just copy images/dialogs/search.png to images/dialogs/userdata.png
And change plugin usertools to use correct image.
I am applying patch, but not sure if it possible to apply, because there is said no image inside.
Anyway, you can copy image, and then change text manually. It's trivial.
Email me: igor dot shubovych at well-known google mail service.
Change History (2)
by , 16 years ago
Attachment: | usertools.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 13455 a bit different to patch.
patch to fix