use decodeURI when opening the extensions folder

This commit is contained in:
Jason San Jose 2012-09-14 13:10:21 -07:00
Родитель f4a9074a4f
Коммит 8c226825d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ define(function (require, exports, module) {
function _handleShowExtensionsFolder() {
brackets.app.showExtensionsFolder(
FileUtils.convertToNativePath(window.location.href),
FileUtils.convertToNativePath(decodeURI(window.location.href)),
function (err) {
// Ignore errors
}