turn off Ignore Scaling and Shrink to fit page width. fixes printing

for beck@.  ok kurt@, "no objections" naddy@
This commit is contained in:
martynas 2009-04-22 21:00:23 +00:00
parent 10b27aefed
commit c256bdc4a7
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.113 2009/04/05 00:23:49 martynas Exp $
# $OpenBSD: Makefile,v 1.114 2009/04/22 21:00:23 martynas Exp $
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component
VER= 3.0.8
DISTNAME= mozilla
PKGNAME= mozilla-firefox-${VER}p0
PKGNAME= mozilla-firefox-${VER}p1
SO_VERSION= 20.0
# NOTE: Must bump minor version if any shlib's are removed from the
# components dir to avoid pkg_add -r issues.

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp,v 1.1 2009/04/22 21:00:23 martynas Exp $
--- widget/src/xpwidgets/nsPrintSettingsImpl.cpp.orig Thu Mar 20 07:58:48 2008
+++ widget/src/xpwidgets/nsPrintSettingsImpl.cpp Wed Apr 22 22:32:46 2009
@@ -62,7 +62,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),