Bug 422877 ? Middle-clicking a folder does not open bookmarks (irc-r=mano)

This commit is contained in:
dietrich@mozilla.com 2008-03-14 09:32:46 -07:00
parent 5ec1e7bf1b
commit b1dccd9ae6

View File

@ -251,7 +251,7 @@ var PlacesOrganizer = {
// The command execution function will take care of seeing the
// selection is a folder/container and loading its contents in
// tabs for us.
PlacesUtils.openContainerNodeInTabs(selectedNode);
PlacesUIUtils.openContainerNodeInTabs(selectedNode);
}
}
},