Bug 994037 - Translation infobar can be placed in the wrong tab. r=florian

This commit is contained in:
Asaf Romano 2014-05-26 15:30:42 +03:00
Родитель 981dc9ccd2
Коммит 9b8266188a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -127,7 +127,7 @@ TranslationUI.prototype = {
this.browser.messageManager.sendAsyncMessage("Translation:ShowTranslation");
},
get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(),
get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(this.browser),
showTranslationInfoBar: function() {
let notificationBox = this.notificationBox;