]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
PJL panel messages were not reset correctly on older printers (STR #2909)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 26 Aug 2008 03:39:59 +0000 (03:39 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 26 Aug 2008 03:39:59 +0000 (03:39 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@7863 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.3.txt
cups/emit.c

index 278d81c2d65fc85e67ae081dc9e833d20ef3504a..ced5b20d7c2902be332ae9af5a22b03a802954e2 100644 (file)
@@ -3,6 +3,8 @@ CHANGES-1.3.txt
 
 CHANGES IN CUPS V1.3.9
 
+       - PJL panel messages were not reset correctly on older
+         printers (STR #2909)
        - cupsfilter used the wrong default path (STR #2908)
        - Fixed address matching for "BrowseAddress @IF(name)"
          (STR #2910)
index e381d0bd43cdcb7796f8374023340241a70f1957..3162942cfd73c5b420958f5c3bd8d75fb4a4764b 100644 (file)
@@ -549,7 +549,7 @@ ppdEmitJCLEnd(ppd_file_t *ppd,              /* I - PPD file record */
     */
 
     fputs("\033%-12345X@PJL\n", fp);
-    fputs("@PJL RDYMSG DISPLAY = \"READY\"\n", fp);
+    fputs("@PJL RDYMSG DISPLAY = \"\"\n", fp);
     fputs(ppd->jcl_end + 9, fp);
   }
   else