Closed
Bug 503246
Opened 16 years ago
Closed 15 years ago
nsISound::playSystemSound("_moz_mailbeep"); is obsolete on Gecko1.9.2a1 and later
Categories
(Thunderbird :: OS Integration, defect)
Thunderbird
OS Integration
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1b1
People
(Reporter: masayuki, Assigned: standard8)
References
Details
|nsISound::playSystemSound("_moz_mailbeep");| is obsolete on Gecko1.9.2a1 and later. Use |nsISound::playEventSound(nsISound::EVENT_NEW_MAIL_RECIEVED);| instead.
This is not a bug for *current* thunderbird trunk build. But after Tb3, we should fix it.
http://mxr.mozilla.org/comm-central/source/mail/components/preferences/general.js#126
http://mxr.mozilla.org/comm-central/source/mailnews/base/src/nsStatusBarBiffManager.cpp#157
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•16 years ago
|
||
Hey, the product is different with bug 503248.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•16 years ago
|
||
I've already got another bug I have to remember to fix (on the branch) after we branch for 3.0, with a little luck that'll remind me it's time to fix this on the trunk.
Assignee: nobody → philringnalda
Status: REOPENED → ASSIGNED
Whiteboard: [needs branch]
Target Milestone: --- → Future
Updated•16 years ago
|
Target Milestone: Future → Thunderbird 3.1a1
Comment 4•16 years ago
|
||
Actually, since the API has become broken and worthless on OS X since 1.8, I guess I won't be the one to fix this after all.
Assignee: philringnalda → nobody
Status: ASSIGNED → NEW
Whiteboard: [needs branch]
Updated•16 years ago
|
Target Milestone: Thunderbird 3.1a1 → Thunderbird 3.1b1
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Actually, since the API has become broken and worthless on OS X since 1.8, I
> guess I won't be the one to fix this after all.
So what should we do with this bug Phil ?
Assignee | ||
Comment 7•15 years ago
|
||
I'm fixing this in bug 594355.
Assignee: nobody → bugzilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•15 years ago
|
||
This is now fixed with the checkin of bug 594355
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•