Bug 368781 - bookmark-properties window is busted in places-bookmarks builds.

This commit is contained in:
mozilla.mano%sent.com 2007-01-31 03:25:03 +00:00
parent 1480485df6
commit 054e5be986

View File

@ -307,7 +307,7 @@ var BookmarkPropertiesPanel = {
}
else { /* Assume "edit" */
if (typeof(identifier) == "number") {
if (this._livemarks.isLivemark(identifier)) {
if (PlacesUtils.livemarks.isLivemark(identifier)) {
return this.EDIT_LIVEMARK_VARIANT;
}
else {