Closed
Bug 286926
Opened 20 years ago
Closed 20 years ago
&& should be & in nsMsgDBView::ToggleExpansion
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: Bienvenu)
Details
Attachments
(1 file)
1.17 KB,
patch
|
bugzilla
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla/source/mailnews/base/src/nsMsgDBView.cpp#3923
if (!(flags & MSG_VIEW_FLAG_ISTHREAD) || !(flags && MSG_VIEW_FLAG_HASCHILDREN))
&& looks like a typo for &.
There are two occurances of the '&&' which look like they should be '&'. The
attached patched changes both.
Comment 2•20 years ago
|
||
Art: you need to request review/super-review. Please see
http://www.mozilla.org/hacking/life-cycle.html for details, and
http://www.mozilla.org/owners.html for the list of people.
Comment 3•20 years ago
|
||
Comment on attachment 178041 [details] [diff] [review]
Patch changing '&&' to '&'
R=ducarroz. Thank you for fixing it
Attachment #178041 -
Flags: review+
Updated•20 years ago
|
Attachment #178041 -
Flags: superreview?(bienvenu)
Assignee | ||
Updated•20 years ago
|
Attachment #178041 -
Flags: superreview?(bienvenu) → superreview+
Comment 4•20 years ago
|
||
re-assign to bienvenu.
david, can you land this?
Assignee: sspitzer → bienvenu
Assignee | ||
Comment 5•20 years ago
|
||
fix checked in, thx, Art. I also cleaned up some of the braces style in that
code as well...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•