diff -u mozplugger-1.7.1/debian/changelog mozplugger-1.7.1/debian/changelog
--- mozplugger-1.7.1/debian/changelog
+++ mozplugger-1.7.1/debian/changelog
@@ -1,3 +1,9 @@
+mozplugger (1.7.1-1sarge1) unstable; urgency=low
+
+  * Fix support for Acroread 7 (Closes: #303188)
+
+ -- Bernard Blackham <bernard@blackham.com.au>  Wed, 25 May 2005 21:23:12 +0800
+
 mozplugger (1.7.1-1) unstable; urgency=low
 
   * New upstream (Closes: #274652)
diff -u mozplugger-1.7.1/mozpluggerrc mozplugger-1.7.1/mozpluggerrc
--- mozplugger-1.7.1/mozpluggerrc
+++ mozplugger-1.7.1/mozpluggerrc
@@ -57,6 +57,15 @@
 	swallow(OpenOffice) fill: ooffice -nologo $1 "$file"
 	swallow(OpenOffice) fill: soffice -nologo $1 "$file"])
 
+### Acrobat Reader
+
+define(ACROREAD_OPTS,[-geometry +9000+9000 -tempFileTitle acroread])
+define(ACROREAD_FLAGS,[repeat swallow(acroread) fill])
+ifelse(esyscmd([acroread -helpall | grep openInNewWindow]),[],[
+  define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() +useFrontEndProgram "$file"])
+],[
+  define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() -openInNewWindow "$file"])
+])
 
 ###################
 ### Video       ###
@@ -224,7 +233,7 @@
 application/x-pdf: pdf: PDF file
 text/pdf: pdf: PDF file
 text/x-pdf: pdf: PDF file
-	repeat swallow(documentShell) fill: acroread -geometry +9000+9000 +useFrontEndProgram "$file"
+	ACROREAD()
 	repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
 	repeat noisy swallow(gv) fill: gv --safer --quiet --antialias -geometry +9000+9000 "$file"
 

