diff --git a/browser/components/places/content/commands.inc b/browser/components/places/content/commands.inc index dac9daff5c9a..f13c2c19c621 100755 --- a/browser/components/places/content/commands.inc +++ b/browser/components/places/content/commands.inc @@ -36,7 +36,7 @@ > @@ -745,7 +745,7 @@ if (event.target == this) { this._enableEditCommands = true; - window.updateCommands("select"); + PlacesUtils.updateAllCommands(); this.onPopupShowing(); } @@ -760,7 +760,7 @@ // when the folder closes because it is no longer applicable. this.removeAttribute("autoopened"); this._enableEditCommands = false; - window.updateCommands("select"); + PlacesUtils.updateAllCommands(); } + + + +