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

--HG--
extra : source : a2ad0230946a4acc5c5cf9f6fa76d93aa7b2b861
This commit is contained in:
Drew Willcoxon 2015-09-22 09:58:56 -07:00
Родитель 5325c320f8
Коммит 277417552b
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);