Bug 364905 - places-popup is broken (NPOB, only affects --enable-places-bookmarks builds). r=sspitzer.

This commit is contained in:
mozilla.mano%sent.com 2006-12-24 22:51:40 +00:00
parent cfde29cd47
commit 85e07aa89f
2 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,7 @@ var PlacesPopup = {
*/
onLinkDoubleClicked: function PP_onLinkDoubleClicked(event) {
// Load the link and hide the places window.
PlacesController.mouseLoadURI(event);
this._tree.controller.openSelectedNodeInBrowser(event);
window.opener.PlacesCommandHook.hidePlacesPopup();
}
};

View File

@ -59,6 +59,8 @@
src="chrome://browser/locale/places/placesPopup.properties"/>
</stringbundleset>
<script type="application/x-javascript"
src="chrome://browser/content/places/utils.js"/>
<script type="application/x-javascript"
src="chrome://browser/content/places/controller.js"/>
<script type="application/x-javascript"