Bugzilla – Attachment 419 Details for
Bug 4122
Print dialog is not presented when printing to thinlocal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix incorrect argument passed to SumatraPDF
service_lpd.cc.patch (text/plain), 577 bytes, created by
Aaron Sowry
on 2011-12-22 17:59:09 CET
(
hide
)
Description:
Fix incorrect argument passed to SumatraPDF
Filename:
MIME Type:
Creator:
Aaron Sowry
Created:
2011-12-22 17:59:09 CET
Size:
577 bytes
patch
obsolete
>Index: service_lpd.cc >=================================================================== >--- service_lpd.cc (revision 23734) >+++ service_lpd.cc (working copy) >@@ -628,7 +628,7 @@ > string mode; > mode = parent->service_engine->config->Search(PRINTER_SELECTION, PRINTER_SELECTION_DEFAULT); > if (mode == "ask") { >- command.addArgument("-printdialog"); >+ command.addArgument("-print-dialog"); > copies = 1; //Ignore existing copies information when print dialogue is being displayed > } else { > command.addArgument("-print-to-default");
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 4122
: 419