]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix check for existing color mode setting 687/head
authorDave Barker <dave@davebarker.xyz>
Fri, 12 May 2023 09:39:52 +0000 (10:39 +0100)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 09:39:52 +0000 (10:39 +0100)
commit3385c5c2a65db942df26d73971621a0c48f62f50
tree09e74e5a2057772b530212b54d3485dad7825f94
parent4032e8394e16bc698cb8db8a1c38e6ae6fad4287
Fix check for existing color mode setting

Colour mode selection is not persisted correctly across restarts. Current check is for "printer-color-mode", but every other reference to this option is "print-color-mode" (no "er"). This was causing the selected colour mode to be reset to the PPD default on restart.
scheduler/printers.c