Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38680 Details for
Bug 62513
Xpdf drm: "Error: Copying of text from this document is not allowed."
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix this behaviour
xpdfantidrm.diff (text/plain), 1.02 KB, created by
Reza Jelveh
on 2004-09-01 07:26:54 UTC
(
hide
)
Description:
patch to fix this behaviour
Filename:
MIME Type:
Creator:
Reza Jelveh
Created:
2004-09-01 07:26:54 UTC
Size:
1.02 KB
patch
obsolete
>diff -uNr xpdf-3.00-old/xpdf/XRef.cc xpdf-3.00/xpdf/XRef.cc >--- xpdf-3.00-old/xpdf/XRef.cc 2004-01-22 02:26:45.000000000 +0100 >+++ xpdf-3.00/xpdf/XRef.cc 2004-09-01 16:11:32.410396128 +0200 >@@ -822,7 +822,7 @@ > > GBool XRef::okToPrint(GBool ignoreOwnerPW) { > #ifndef NO_DECRYPTION >- return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permPrint); >+ return gTrue; > #else > return gTrue; > #endif >@@ -830,7 +830,7 @@ > > GBool XRef::okToChange(GBool ignoreOwnerPW) { > #ifndef NO_DECRYPTION >- return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permChange); >+ return gTrue; > #else > return gTrue; > #endif >@@ -838,7 +838,7 @@ > > GBool XRef::okToCopy(GBool ignoreOwnerPW) { > #ifndef NO_DECRYPTION >- return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permCopy); >+ return gTrue; > #else > return gTrue; > #endif >@@ -846,7 +846,7 @@ > > GBool XRef::okToAddNotes(GBool ignoreOwnerPW) { > #ifndef NO_DECRYPTION >- return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permNotes); >+ return gTrue; > #else > return gTrue; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62513
: 38680 |
38681