View | Details | Raw Unified | Return to bug 4122
Collapse All | Expand All

(-)service_lpd.cc (-1 / +1 lines)
Lines 628-634 Link Here
628
    string mode;
628
    string mode;
629
    mode = parent->service_engine->config->Search(PRINTER_SELECTION, PRINTER_SELECTION_DEFAULT);
629
    mode = parent->service_engine->config->Search(PRINTER_SELECTION, PRINTER_SELECTION_DEFAULT);
630
    if (mode == "ask") {
630
    if (mode == "ask") {
631
        command.addArgument("-printdialog");
631
        command.addArgument("-print-dialog");
632
        copies = 1; //Ignore existing copies information when print dialogue is being displayed
632
        copies = 1; //Ignore existing copies information when print dialogue is being displayed
633
    } else {
633
    } else {
634
        command.addArgument("-print-to-default");
634
        command.addArgument("-print-to-default");

Return to bug 4122