summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/search/content/engineManager.xul
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-04-19 09:53:12 +0200
committerGitHub <noreply@github.com>2018-04-19 09:53:12 +0200
commit3833d859856e2662bbb8dc80d28f7789c47f66c3 (patch)
tree637f8f51ff047a8a36dbeabc5778ea4fb5f04c76 /application/palemoon/components/search/content/engineManager.xul
parente16685fee90fe7a9cc28977a9b9aaa9ea26b338c (diff)
parentf30a2606d45993b434a19e2f02c77dfab55c370e (diff)
downloadUXP-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.xul2
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>