This commit is contained in:
Asaf Romano 2008-07-30 02:22:28 +03:00
Родитель 6350cf07fa
Коммит 4e3e891d40
2 изменённых файлов: 42 добавлений и 44 удалений

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

@ -22,7 +22,6 @@
# Annie Sullivan <annie.sullivan@gmail.com>
# Joe Hughes <joe@retrovirus.com>
# Asaf Romano <mano@mozilla.com>
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -164,7 +163,6 @@ var StarUI = {
_doShowEditBookmarkPanel:
function SU__doShowEditBookmarkPanel(aItemId, aAnchorElement, aPosition) {
if (this.panel.state == "closed") {
this._blockCommands(); // un-done in the popuphiding handler
var bundle = this._element("bundle_browser");
@ -207,6 +205,7 @@ var StarUI = {
isTransient: false,
merge: function() { return false; } });
if (this.panel.state == "closed") {
// Consume dismiss clicks, see bug 400924
this.panel.popupBoxObject
.setConsumeRollupEvent(Ci.nsIPopupBoxObject.ROLLUP_CONSUME);

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

@ -56,7 +56,6 @@ _BROWSER_FILES = browser_bug321000.js \
browser_bug409481.js \
browser_autodiscovery.js \
browser_bug420160.js \
browser_bug432599.js \
autodiscovery.html \
moz.png \
browser_getshortcutoruri.js \