Open
Bug 124146
Opened 23 years ago
Updated 4 years ago
NS_ASSERTION(numSelected == 0, "it is not save to call AdjustRowCount()" typo should be "safe"
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
NEW
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: assertion)
I hit this, (and i'll file a bug for it if i can reproduce in a current build,) but my concern is that the word should be 'safe' not 'save'.
[steps were something like load news://news.mozilla.org/netscape.public.mozilla.performance mark a bunch of spam as ignore thread, read a few threads, <mouse> sort by subject and then <mouse> view threaded]
Comment 1•23 years ago
|
||
timeless, the mail database consists of files in the directory
mozilla/mailnews/db/msgdb and mozilla/db/mork. Seth or Navin, which one of you
wants this?
Component: Mail Database → Mail Back End
Summary: NS_ASSERTION(numSelected == 0, "it is not save to call AdjustRowCount()
when you have a selection"); → NS_ASSERTION(numSelected == 0, "it is not save to call AdjustRowCount()
Updated•20 years ago
|
Product: MailNews → Core
Comment 3•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 6•4 years ago
|
||
small typo
Severity: normal → S4
Summary: NS_ASSERTION(numSelected == 0, "it is not save to call AdjustRowCount() → NS_ASSERTION(numSelected == 0, "it is not save to call AdjustRowCount()" typo should be "safe"
You need to log in
before you can comment on or make changes to this bug.
Description
•