Bug 430948 - Places:Drag & Drop a Favicon or a Link to Bookmarks Toolbar, Bookmarks Menu or Sidebar Bookmarks does not work. (r=mano, a=damon)

This commit is contained in:
dietrich%mozilla.com 2008-04-29 18:05:10 +00:00
Родитель 44d79f54f7
Коммит b2be99f0e0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1458,7 +1458,7 @@ var PlacesControllerDragHelper = {
transactions.push(PlacesUIUtils.ptm.tagURI(uri,[tagItemId])); transactions.push(PlacesUIUtils.ptm.tagURI(uri,[tagItemId]));
} }
else { else {
if (!this.canMoveContainer(unwrapped.id, null)) if (unwrapped.id && !this.canMoveContainer(unwrapped.id, null))
copy = true; copy = true;
else if (unwrapped.concreteId && else if (unwrapped.concreteId &&
!this.canMoveContainer(unwrapped.concreteId, null)) !this.canMoveContainer(unwrapped.concreteId, null))