Bug 1206376 - Pass the proper bookmark index when creating a new bookmark in the bookmark properties dialog. r=mak

This commit is contained in:
Drew Willcoxon 2015-09-22 09:58:56 -07:00
Родитель 4ef14ed559
Коммит b531a8c7a6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -607,7 +607,7 @@ var BookmarkPropertiesPanel = {
let folderGuid = yield PlacesUtils.promiseItemGuid(container);
let bm = yield PlacesUtils.bookmarks.fetch({
parentGuid: folderGuid,
index: PlacesUtils.bookmarks.DEFAULT_INDEX
index: index
});
this._itemId = yield PlacesUtils.promiseItemId(bm.guid);