Closed
Bug 270235
Opened 21 years ago
Closed 18 years ago
printUtils.js assumes everything is either thunderbird or firefox
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
People
(Reporter: mvl, Unassigned)
References
Details
(Whiteboard: [xulrunner bad dependency])
http://lxr.mozilla.org/seamonkey/source/toolkit/components/printing/content/printUtils.js#235
That first #ifdefs thunderbird, and if you are not thunderbird, it does browser
stuff.
sunbird isn't thunderbird, and also is no browser. So this fails.
![]() |
Reporter | |
Updated•21 years ago
|
Assignee: firefox → nobody
Component: General → Preferences
Product: Firefox → Toolkit
QA Contact: firefox.general → nobody
Version: Trunk → unspecified
![]() |
||
Comment 1•21 years ago
|
||
Wouldn't a simple #ifndef MOZ_PHOENIX instead of #ifdef MOZ_THUNDERBIRD solve this?
![]() |
Reporter | |
Comment 2•21 years ago
|
||
No. That's just as bad, as it means that there still isn't a single toolkit for
all apps.
Updated•21 years ago
|
Whiteboard: [xulrunner bad dependency]
![]() |
||
Comment 3•18 years ago
|
||
Should be fixed by Bug 321954
You need to log in
before you can comment on or make changes to this bug.
Description
•