зеркало из https://github.com/mozilla/gecko-dev.git
Bug 257777 - ffox profile manager shows offline mode checkbox, patch by Gavin Sharp <gavin_sharp+bugzilla@nospin.org> r=me a=asa
This commit is contained in:
Родитель
48bf0edc0b
Коммит
93a891b367
|
@ -117,7 +117,10 @@ function acceptDialog()
|
|||
gProfileService.startWithLastProfile = autoSelectLastProfile.checked;
|
||||
gProfileService.selectedProfile = selectedProfile.profile;
|
||||
|
||||
/* Bug 257777 */
|
||||
#ifndef MOZ_PHOENIX
|
||||
gProfileService.startOffline = document.getElementById("offlineState").checked;
|
||||
#end if
|
||||
|
||||
gDialogParams.SetInt(0, 1);
|
||||
|
||||
|
|
|
@ -78,7 +78,10 @@
|
|||
onkeypress="onProfilesKey(event);">
|
||||
</listbox>
|
||||
|
||||
<!-- Bug 257777 -->
|
||||
#ifndef MOZ_PHOENIX
|
||||
<checkbox id="offlineState" label="&offlineState.label;" accesskey="&offlineState.accesskey;"/>
|
||||
#endif
|
||||
|
||||
<checkbox id="autoSelectLastProfile" label="&autoSelect.label;"
|
||||
accesskey="&autoSelect.accesskey;"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче