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
Родитель e88e289834
Коммит 0e8056950e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);
}
}
},