openbsd-ports/www/firefox36/patches/patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp
landry 17b63192b8 Resurrect www/firefox36 from the Attic, installing 3.6.16 in
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs
firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64.
Not yet linked to the build.
2011-03-26 10:58:36 +00:00

13 lines
518 B
Plaintext

$OpenBSD: patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp,v 1.3 2011/03/26 10:58:36 landry Exp $
--- widget/src/xpwidgets/nsPrintSettingsImpl.cpp.orig Wed Jan 6 05:35:35 2010
+++ widget/src/xpwidgets/nsPrintSettingsImpl.cpp Sun Jan 10 17:47:30 2010
@@ -61,7 +61,7 @@ nsPrintSettings::nsPrintSettings() :
mIsCancelled(PR_FALSE),
mPrintSilent(PR_FALSE),
mPrintPreview(PR_FALSE),
- mShrinkToFit(PR_TRUE),
+ mShrinkToFit(PR_FALSE),
mShowPrintProgress(PR_TRUE),
mPrintPageDelay(500),
mPaperData(0),