From fc329365d0ef3d5945cb59a7b574ef85c2790dd7 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Fri, 10 Feb 2006 22:49:36 +0000 Subject: [PATCH] b=90751 Took out changes.. did not work on the Mac OSX/Darwin build. --- widget/src/mac/nsDeviceContextSpecX.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widget/src/mac/nsDeviceContextSpecX.cpp b/widget/src/mac/nsDeviceContextSpecX.cpp index 8af6acac8bd..fda1b2973cc 100644 --- a/widget/src/mac/nsDeviceContextSpecX.cpp +++ b/widget/src/mac/nsDeviceContextSpecX.cpp @@ -312,6 +312,7 @@ LoadPrinterPlugin() Boolean result=false; FSSpec spec; +#ifndef XP_MACOSX // get the relative path for the essential files folder.. then load the printer plugin nsCOMPtr mozFile; nsCOMPtr directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID)); @@ -351,7 +352,7 @@ FSSpec spec; } } - +#endif return result; }