зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5325c320f8
Коммит
277417552b
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче