зеркало из https://github.com/mozilla/pjs.git
Supplementary patch to bug 227651 bulletproofing in case the overlaid window does not have a component bar r=timeless sr=bryner a=asa
This commit is contained in:
Родитель
a9038dd375
Коммит
f7a3edb2b3
|
@ -48,8 +48,10 @@ function OtherTasksOnLoad()
|
|||
var appFile = getAppFile("task.calendar.location");
|
||||
if (appFile && !haveInternalCalendar())
|
||||
{
|
||||
otherCalTaskBarIcon.hidden = false;
|
||||
otherCalMenuItem.hidden = false;
|
||||
if (otherCalTaskBarIcon)
|
||||
otherCalTaskBarIcon.hidden = false;
|
||||
if (otherCalMenuItem)
|
||||
otherCalMenuItem.hidden = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче