diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-19 09:53:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 09:53:12 +0200 |
commit | 3833d859856e2662bbb8dc80d28f7789c47f66c3 (patch) | |
tree | 637f8f51ff047a8a36dbeabc5778ea4fb5f04c76 /application/palemoon/components/search/content/engineManager.xul | |
parent | e16685fee90fe7a9cc28977a9b9aaa9ea26b338c (diff) | |
parent | f30a2606d45993b434a19e2f02c77dfab55c370e (diff) | |
download | UXP-3833d859856e2662bbb8dc80d28f7789c47f66c3.tar UXP-3833d859856e2662bbb8dc80d28f7789c47f66c3.tar.gz UXP-3833d859856e2662bbb8dc80d28f7789c47f66c3.tar.lz UXP-3833d859856e2662bbb8dc80d28f7789c47f66c3.tar.xz UXP-3833d859856e2662bbb8dc80d28f7789c47f66c3.zip |
Merge pull request #205 from janekptacijarabaci/pm_engine-manager_keyword_1
[PALEMOON] Engine Manager throws a warning (deprecated)
Diffstat (limited to 'application/palemoon/components/search/content/engineManager.xul')
-rw-r--r-- | application/palemoon/components/search/content/engineManager.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/search/content/engineManager.xul b/application/palemoon/components/search/content/engineManager.xul index 50181c066..1152ef8db 100644 --- a/application/palemoon/components/search/content/engineManager.xul +++ b/application/palemoon/components/search/content/engineManager.xul @@ -36,7 +36,7 @@ oncommand="gEngineManagerDialog.bump(-1);" disabled="true"/> <command id="cmd_editkeyword" - oncommand="gEngineManagerDialog.editKeyword();" + oncommand="gEngineManagerDialog.editKeyword().catch(Components.utils.reportError);" disabled="true"/> </commandset> |