From ee61d1c69246aaebe2cfcd79259e218ffbdd631a Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Mon, 6 Sep 2004 17:08:42 +0000 Subject: [PATCH] Bug 257777 - ffox profile manager shows offline mode checkbox, patch by Gavin Sharp r=me a=asa git-svn-id: svn://10.0.0.236/trunk@161819 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/profile/content/profileSelection.js | 3 +++ mozilla/toolkit/profile/content/profileSelection.xul | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/toolkit/profile/content/profileSelection.js b/mozilla/toolkit/profile/content/profileSelection.js index 011946f7471..d917647c734 100644 --- a/mozilla/toolkit/profile/content/profileSelection.js +++ b/mozilla/toolkit/profile/content/profileSelection.js @@ -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); diff --git a/mozilla/toolkit/profile/content/profileSelection.xul b/mozilla/toolkit/profile/content/profileSelection.xul index 9cbdf882383..be9090cdc78 100644 --- a/mozilla/toolkit/profile/content/profileSelection.xul +++ b/mozilla/toolkit/profile/content/profileSelection.xul @@ -78,7 +78,10 @@ onkeypress="onProfilesKey(event);"> + +#ifndef MOZ_PHOENIX +#endif