зеркало из https://github.com/mozilla/pjs.git
b=90751 Took out changes.. did not work on the Mac OSX/Darwin build.
This commit is contained in:
Родитель
8bfa2c6b4c
Коммит
fc329365d0
|
@ -312,6 +312,7 @@ LoadPrinterPlugin()
|
||||||
Boolean result=false;
|
Boolean result=false;
|
||||||
FSSpec spec;
|
FSSpec spec;
|
||||||
|
|
||||||
|
#ifndef XP_MACOSX
|
||||||
// get the relative path for the essential files folder.. then load the printer plugin
|
// get the relative path for the essential files folder.. then load the printer plugin
|
||||||
nsCOMPtr<nsILocalFile> mozFile;
|
nsCOMPtr<nsILocalFile> mozFile;
|
||||||
nsCOMPtr<nsIProperties> directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID));
|
nsCOMPtr<nsIProperties> directoryService(do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID));
|
||||||
|
@ -351,7 +352,7 @@ FSSpec spec;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче