Bug 257777 - ffox profile manager shows offline mode checkbox, patch by Gavin Sharp <gavin_sharp+bugzilla@nospin.org> r=me a=asa

git-svn-id: svn://10.0.0.236/trunk@161819 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2004-09-06 17:08:42 +00:00
parent a8eaefc022
commit ee61d1c692
2 changed files with 6 additions and 0 deletions

View File

@@ -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);

View File

@@ -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;"/>