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:
@@ -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;"/>
|
||||
|
||||
Reference in New Issue
Block a user