Closed
Bug 304174
Opened 19 years ago
Closed 19 years ago
Too many default client prompts on Mac startup
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(1 file)
|
1.17 KB,
patch
|
Details | Diff | Splinter Review |
The first time you run a mac build you get 3 default app prompts: mail, news and feed aggregator we should only get one. I think this is causing the problem marcia sees with the toolbar being whited out.
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 1•19 years ago
|
||
This should fix it. the shell service ifdef wasn't firing in all-thunderbird.js. I just got rid of it all together. The UI and the backend have ifdefs that make it so they don't read these prefs if there isn't a shell service anyway.
| Assignee | ||
Comment 2•19 years ago
|
||
hopefully this fixes marcia's issue as well.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
Why wasn't I cced here, I don't know ;) I didn't realize this file isn't preprocessed :( Anyway, you can now remove this as well: http://lxr.mozilla.org/seamonkey/source/mail/app/profile/Makefile.in#62
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•