Closed
Bug 304826
Opened 19 years ago
Closed 19 years ago
Can't see anything in 'Calendars' on the left
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tianchunbinghe, Assigned: mostafah)
Details
Attachments
(1 file)
|
727 bytes,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050815 SeaMonkey/1.0a
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050815 SeaMonkey/1.0a
I can't see anything in 'Calendars' on the left of the window.
But this:
JavaScript error: chrome://calendar/content/calendarUtils.js, line 222:
summerTZName is not defined
When I modify this file, change 'summerTZName' into 'summerTZname' - a code
writing mistake, and I can see my calendars again.
This is the diff output:
Index: calendar/resources/content/calendarUtils.js
===================================================================
RCS file: /cvsroot/mozilla/calendar/resources/content/calendarUtils.js,v
retrieving revision 1.12
diff -r1.12 calendarUtils.js
222c222
< if(!standardName || standardName == summerTZName)
---
> if(!standardName || standardName == summerTZname)
Thanks.
Reproducible: Always
Comment 1•19 years ago
|
||
Chun, thanks for tracking this down. Please attach the diff output (in unified format) as a patch to this bug so that it can be reviewed/checked in.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Attachment #192901 -
Flags: first-review?(jminta)
Comment 3•19 years ago
|
||
Comment on attachment 192901 [details] [diff] [review] Patch to solve this one word bug r=jminta
Attachment #192901 -
Flags: first-review?(jminta) → first-review+
Comment 4•19 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•