b=90751 Took out changes.. did not work on the Mac OSX/Darwin build.

This commit is contained in:
dcone%netscape.com 2006-02-10 22:49:36 +00:00
Родитель 8bfa2c6b4c
Коммит fc329365d0
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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<nsILocalFile> mozFile;
nsCOMPtr<nsIProperties> directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID));
@ -351,7 +352,7 @@ FSSpec spec;
}
}
#endif
return result;
}