summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/prefs.js b/js/prefs.js
index a193e1262..3f569a644 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -1077,13 +1077,13 @@ function pref_hotkey_handler(e) {
switch (hotkey_action) {
case "feed_subscribe":
quickAddFeed();
- return true;
+ return false;
case "create_label":
addLabel();
- return true;
+ return false;
case "create_filter":
quickAddFilter();
- return true;
+ return false;
case "help_dialog":
//helpDialog("prefs");
return false;