Package: xpdf
Severity: normal

Hi, Michael.

Here is a patch to address this problem. Taken from my tree.


Regards,

-- 
Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br
Author: Rogério Brito <[email protected]>
Date:   Thu Jun 10 14:18:06 2010 -0300

    Put option mattecolor on usage summary output. Closes: #458468.
    
    This is not the proper place for this and should be fixed properly
    without duplication of code, since it also appears in XPDFApp.cc

diff --git a/xpdf.cc b/xpdf.cc
index 4b24d3a..6bf934c 100644
--- a/xpdf.cc
+++ b/xpdf.cc
@@ -62,7 +62,7 @@ static ArgDesc argDesc[] = {
    "reverse video"},
   {"-papercolor", argStringDummy, NULL,           0,
    "color of paper background"},
-  {"-mattecolor", argStringDummy, NULL		  0,
+  {"-mattecolor", argStringDummy, NULL,		  0,
    "color of background outside actual page"},
   {"-z",          argStringDummy, NULL,           0,
    "initial zoom level (percent, 'page', 'width')"},

Reply via email to