bug 414167: typo in menu.xml breaks context menus for bookmark folders; r=dietrich, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@244122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3720e4c49e
commit
6cba78057a
@ -517,7 +517,7 @@
|
||||
if (PlacesUtils.nodeIsFolder(this.selectedNode)) {
|
||||
// If there is a folder selected, the insertion point is the
|
||||
// end of the folder.
|
||||
folderId = PlacesUtils.getConcreteItemId(selectedNode);
|
||||
folderId = PlacesUtils.getConcreteItemId(this.selectedNode);
|
||||
} else {
|
||||
// If there is another type of node selected, the insertion point
|
||||
// is after that node.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user