Closed
Bug 439311
Opened 17 years ago
Closed 17 years ago
Empty Junk option broken on Thunderbird
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: standard8, Assigned: rkent)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.11 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
On current trunk, if I right-click a folder and select "Empty Junk" nothing happens. Checking the error console I get:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: XStringBundle :: getString :: line 17" data: no]
It looks like some of the locales strings that were removed in bug 324953 shouldn't have been removed?
Flags: blocking-thunderbird3.0a2+
Updated•17 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•17 years ago
|
||
OK, my bad. I scanned for the strings and could not find them, but now I see that the names are created programmatically. This patch restores them.
| Reporter | ||
Comment 2•17 years ago
|
||
Comment on attachment 325228 [details] [diff] [review]
Restore missing strings
Thanks, I thought that was probably it. I'll check this in in a few minutes.
Attachment #325228 -
Flags: review?(bugzilla) → review+
| Reporter | ||
Comment 3•17 years ago
|
||
Checking in mail/locales/en-US/chrome/messenger/messenger.properties;
/cvsroot/mozilla/mail/locales/en-US/chrome/messenger/messenger.properties,v <-- messenger.properties
new revision: 1.56; previous revision: 1.55
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•17 years ago
|
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•