summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-07 04:51:00 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:39:51 +0200
commit2258e09d595c3e4171eb83cb57692e5e9d08d226 (patch)
tree64541e6c2cdad658f102a0914d7fb6869411c629 /toolkit
parent30ec922d7e7a71e75d9bd636647e8704aa6f1f0c (diff)
downloadUXP-2258e09d595c3e4171eb83cb57692e5e9d08d226.tar
UXP-2258e09d595c3e4171eb83cb57692e5e9d08d226.tar.gz
UXP-2258e09d595c3e4171eb83cb57692e5e9d08d226.tar.lz
UXP-2258e09d595c3e4171eb83cb57692e5e9d08d226.tar.xz
UXP-2258e09d595c3e4171eb83cb57692e5e9d08d226.zip
Issue #65 - Correct fallthough case in profileSelection.js
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/profile/content/profileSelection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js
index 65a2ba13f..05ef6f5ed 100644
--- a/toolkit/profile/content/profileSelection.js
+++ b/toolkit/profile/content/profileSelection.js
@@ -133,8 +133,8 @@ function onProfilesKey(aEvent)
{
switch ( aEvent.keyCode )
{
-#ifndef XP_MACOSX
case KeyEvent.DOM_VK_BACK_SPACE:
+#ifndef XP_MACOSX
break;
#endif
case KeyEvent.DOM_VK_DELETE: