From 9b8266188a9500aad8b9012efdaf80814933b60f Mon Sep 17 00:00:00 2001 From: Asaf Romano Date: Mon, 26 May 2014 15:30:42 +0300 Subject: [PATCH] Bug 994037 - Translation infobar can be placed in the wrong tab. r=florian --- browser/components/translation/Translation.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/translation/Translation.jsm b/browser/components/translation/Translation.jsm index 5b41f00a2045..d14f1875dd4c 100644 --- a/browser/components/translation/Translation.jsm +++ b/browser/components/translation/Translation.jsm @@ -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;