Skip to content

Commit

Permalink
Bad logic in upgrade path.
Browse files Browse the repository at this point in the history
(integrated from master branch change 067b8ef by cgchoffman <cgchoffman@gmail.com>)
  • Loading branch information
th3coop committed Dec 1, 2015
1 parent 011f657 commit b234fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/komodo/content/keybindings/keybindings.p.js
Expand Up @@ -1048,7 +1048,7 @@ this.Manager.prototype._upgradeKeybingings = function (from_version,
});
break;
case 48:
// #if PLATFORM != 'darwin'
// #if PLATFORM == 'darwin'
this._remove_keybinding_sequences({
'cmd_expandAbbrev': ["Meta+T"]
});
Expand Down

0 comments on commit b234fbf

Please sign in to comment.