Closed
Bug 364123
Opened 19 years ago
Closed 19 years ago
JavaScript Error: gNotificationsDialog is not defined
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: mscott)
References
(Blocks 1 open bug)
Details
(Keywords: verified1.8.1.2)
Attachments
(1 file)
|
925 bytes,
patch
|
Details | Diff | Splinter Review |
Happens for current trunk builds. Seen with version 3 alpha 1 (20061216). Thunderbird 2 Branch is not affected.
Error: gNotificationsDialog is not defined
Source File: chrome://global/content/bindings/preferences.xml
Line: 665
gNotificationsDialog is used in notifications.xul without declaring somewhere:
http://lxr.mozilla.org/seamonkey/source/mail/components/preferences/notifications.xul#55
Dunno if it's a regression or already fixed somewhere else for Thunderbird 2.
| Assignee | ||
Comment 1•19 years ago
|
||
Henrik, is this still a problem in the trunk builds for you?
| Assignee | ||
Comment 2•19 years ago
|
||
remove some obsolete code
| Assignee | ||
Comment 3•19 years ago
|
||
I checked this trivial change in.
| Reporter | ||
Comment 4•19 years ago
|
||
Verified with:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070124 Thunderbird/3.0a1 ID:2007012403
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061121 Thunderbird/2.0b1pre ID:2007012404
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.1.2 → verified1.8.1.2
You need to log in
before you can comment on or make changes to this bug.
Description
•