зеркало из https://github.com/mozilla/gecko-dev.git
Bug 600738 - Sync UI: gWeaveWin is not defined. r=mconnor a=blocking-beta8
This commit is contained in:
Родитель
59a6317501
Коммит
de6145ba64
|
@ -195,7 +195,7 @@ let gSyncUI = {
|
|||
let buttons = [new Weave.NotificationButton(
|
||||
this._stringBundle.GetStringFromName("error.sync.serverStatusButton.label"),
|
||||
this._stringBundle.GetStringFromName("error.sync.serverStatusButton.accesskey"),
|
||||
function() { gWeaveWin.openServerStatus(); return true; }
|
||||
function() { gSyncUI.openServerStatus(); return true; }
|
||||
)];
|
||||
let notification = new Weave.Notification(
|
||||
title, description, null, Weave.Notifications.PRIORITY_INFO, buttons);
|
||||
|
|
Загрузка…
Ссылка в новой задаче