ee984af849
- Fixes MFSA-2012-01..11 - remove patch-gfx_qcms_qcmstypes_h & patch-toolkit_xre_glxtest_cpp, were commited upstream (bugs #651444 & #687320) - remove patch-js_src_xpconnect_src_Makefile_in, dom_quickstubs.cpp hack was apparently only needed with gcc3 - remove patch-xpcom_base_nsStackWalk_cpp, codepath not reached/solaris only. - add https://bug691898.bugzilla.mozilla.org/attachment.cgi?id=588391 to use yarr interpreter on ppc, bug #691898 still being worked on - backport https://hg.mozilla.org/mozilla-central/rev/9cfdb612a026, fixes endianess detection on BSDs using machine/endian.h (bug #714312)
13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
$OpenBSD: patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp,v 1.4 2012/02/20 20:15:04 landry Exp $
|
|
--- widget/src/xpwidgets/nsPrintSettingsImpl.cpp.orig Wed Jan 11 18:15:09 2012
|
|
+++ widget/src/xpwidgets/nsPrintSettingsImpl.cpp Sat Jan 14 20:32:13 2012
|
|
@@ -61,7 +61,7 @@ nsPrintSettings::nsPrintSettings() :
|
|
mIsCancelled(false),
|
|
mPrintSilent(false),
|
|
mPrintPreview(false),
|
|
- mShrinkToFit(true),
|
|
+ mShrinkToFit(false),
|
|
mShowPrintProgress(true),
|
|
mPrintPageDelay(50),
|
|
mPaperData(0),
|