Package: firefox
Version: 1.5.dfsg+1.5.0.1-1

I see that you have changed `print.print_command' to use my new
syntax, but you need to change print.postscript.print_command too.

FYI, I have also reported this problem upstream (326245).

Regards,
Ian.

diff --exclude '#*#' --exclude '*.orig' --exclude '*~' -ruN 
debian/firefox-1.5.dfsg+1.5.0.1/modules/libpref/src/init/all.js 
firefox-1.5.dfsg+1.5.0.1/modules/libpref/src/init/all.js
--- debian/firefox-1.5.dfsg+1.5.0.1/modules/libpref/src/init/all.js     
2006-02-07 12:41:21.000000000 +0000
+++ firefox-1.5.dfsg+1.5.0.1/modules/libpref/src/init/all.js    2006-02-07 
15:18:22.000000000 +0000
@@ -2165,7 +2165,7 @@
 // pref("print.postscript.enabled",      true);
 pref("print.postscript.paper_size",    "letter");
 pref("print.postscript.orientation",   "portrait");
-pref("print.postscript.print_command", "lpr 
${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
+pref("print.postscript.print_command", "lpr 
${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
 
 /* PostScript print module font config
  * this list is used by the postscript font


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to