Bug 432766 - Middle click bookmarks folder in Library replaced current tab, r=dietrich

This commit is contained in:
Alice White 2008-09-08 23:34:04 +02:00
parent ac24075f5b
commit aabaf515af

View File

@ -306,7 +306,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.
PlacesUIUtils.openContainerNodeInTabs(selectedNode);
PlacesUIUtils.openContainerNodeInTabs(selectedNode, aEvent);
}
}
},