Closed
Bug 738223
Opened 13 years ago
Closed 13 years ago
new mail XUL alert only works one time
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wolfiR, Unassigned)
Details
https://mxr.mozilla.org/comm-central/source/mailnews/base/src/nsMessengerUnixIntegration.cpp#424
If ShowNewAlertNotification() is running, the member mAlertInProgress is set to true and never back to false again which prevents any following alert request.
Reporter | ||
Comment 1•13 years ago
|
||
This is likely invalid. There is no direct issue with mAlertInProgress handling.
The problem is that system alert service behaves strange and my fix in bug 737646 is not sufficient. libnotify seems stranger than expected.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•