Bug 671439 - Show OfflineApp notifications on the correct tab. r=mfinkle

This commit is contained in:
Wes Johnston 2011-07-18 09:24:11 -07:00
Родитель 28556771ba
Коммит dcca83398c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -23,7 +23,7 @@ var OfflineApps = {
let host = currentURI.asciiHost;
let notificationID = "offline-app-requested-" + host;
let notificationBox = Browser.getNotificationBox();
let notificationBox = Browser.getNotificationBox(aTarget);
let notification = notificationBox.getNotificationWithValue(notificationID);
let strings = Strings.browser;