Closed Bug 122237 Opened 23 years ago Closed 23 years ago

Unnecessary prefs added to openvms.js

Categories

(Core :: Printing: Output, defect)

DEC
OpenVMS
defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla0.9.9

People

(Reporter: colin, Assigned: rods)

Details

I don't think that the last two edits to modules/libpref/src/unix/openvms.js
(1.8 and 1.9) should have been made. openvms.js is read AFTER unix.js, and
therefore it only needs to list those prefs which are DIFFERENT to standard UNIX
prefs. 

These last two edits added the following prefs:
  pref("print.print_headerfooter_gap", 0);
  pref("print.print_extra_margin", 90);  
  pref("print.whileInPrintPreview", true);

which are already present in unix.js.

We should back out the last two edits.
Ok, thanks. I make a mental note of that and fix this. I have a different patch
going in soon, I'll fix it then.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.9
That'll be great. Thanks.
fixed by bug 122530
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Colin please verify....and mark verified-fixed...thanks.
Roland/Colin, please verify and mark verified fixed.
Sorry for the delay. Was busy releasing M0.9.8 and then it took forever to pull
a tree yesterday. Its fixed.

-> Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.