ad076fd40f
www/firefox36 mostly by martynas@ and naddy@. Note that the java plugin from devel/jdk currently doesn't work with this version of firefox, in the meantime users really needed it will have to use www/firefox35. ok naddy@
13 lines
518 B
Plaintext
13 lines
518 B
Plaintext
$OpenBSD: patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp,v 1.2 2010/04/26 19:55:58 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),
|