Closed
Bug 509936
Opened 16 years ago
Closed 16 years ago
Warning: undeclared variable in minimonth.xml
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: Taraman, Assigned: Taraman)
Details
Attachments
(1 file)
|
769 bytes,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
I found a warning in the error-console where a used variable is not declared:
Warning: assignment to undeclared variable busyStr
Source file: chrome://calendar/content/widgets/minimonth.xml
Line: 570
I'm not sure where I got it but looking t the code the variable is indeed not defined in this block.
Fix is attached
Attachment #394013 -
Flags: review?(philipp)
Comment 1•16 years ago
|
||
Comment on attachment 394013 [details] [diff] [review]
fix v1
Looks good, thanks for the patch!
Attachment #394013 -
Flags: review?(philipp) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/49cead5b2c00>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Comment 3•16 years ago
|
||
verified with
Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.5pre) Gecko/20091025 Calendar/1.0pre
Status: RESOLVED → VERIFIED
Comment 4•14 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•