Turn off mac stack fixer because it's causing random orange (bug 569981) and soon to be replaced

--HG--
extra : rebase_source : 4f731795bdff2ac10034163baba0d5a2ec735b45
This commit is contained in:
Jesse Ruderman 2010-06-08 20:55:44 -07:00
parent f0d9ba9782
commit 07f916eca5

View File

@ -639,7 +639,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
stdout=subprocess.PIPE)
logsource = stackFixerProcess.stdout
if self.IS_DEBUG_BUILD and self.IS_MAC:
if self.IS_DEBUG_BUILD and self.IS_MAC and False:
# Import fix_macosx_stack.py from utilityPath
sys.path.insert(0, utilityPath)
import fix_macosx_stack as stackFixerModule