Silent print cannot be unselected

Bug #838969 reported by Bill Ott
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Undecided
Unassigned
Declined for Main by Jason Stephenson
2.1
Fix Released
Undecided
Unassigned

Bug Description

Once the "Print silently when using Mozilla Print" check box is populated, the check cannot be removed.

I believe the error in xul/server/admin/printer_settings.js is simply:
    if (g.prefs.HasUserValue('print.always_print_silent')) {

should be:
   if (g.prefs.prefHasUserValue('print.always_print_silent')) {

Revision history for this message
Jason Etheridge (phasefx) wrote :

Pushed a fix to master and rel_2_1. Thanks!

Revision history for this message
Jason Etheridge (phasefx) wrote :
Changed in evergreen:
status: New → Fix Committed
Changed in evergreen:
milestone: none → 2.2.0
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.