openbsd-ports/www/seamonkey/patches/patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp
landry 32774b098d Update to seamonkey 2.10.
See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details
- Update lightning to 1.5b1 and enigmail to 1.4.2
- add the rpath hack to workaround #668869
- dont make packaging warnings errors (#763181)
2012-06-11 15:38:33 +00:00

13 lines
511 B
Plaintext

$OpenBSD: patch-mozilla_widget_xpwidgets_nsPrintSettingsImpl_cpp,v 1.2 2012/06/11 15:38:33 landry Exp $
--- mozilla/widget/xpwidgets/nsPrintSettingsImpl.cpp.orig Sat Apr 21 00:40:27 2012
+++ mozilla/widget/xpwidgets/nsPrintSettingsImpl.cpp Wed Apr 25 17:50:16 2012
@@ -61,7 +61,7 @@ nsPrintSettings::nsPrintSettings() :
mIsCancelled(false),
mPrintSilent(false),
mPrintPreview(false),
- mShrinkToFit(true),
+ mShrinkToFit(false),
mShowPrintProgress(true),
mPrintPageDelay(50),
mPaperData(0),