Comment 12 for bug 191006

Revision history for this message
In , Mkmelin+mozilla (mkmelin+mozilla) wrote :

Comment on attachment 755964
updated for comments

Review of attachment 755964:
-----------------------------------------------------------------

::: mailnews/extensions/newsblog/content/utils.js
@@ +673,5 @@
> + * @param obj aFeed - the feed object.
> + * @param integer aCount - number of items in the feed.
> + * @return boolean - true to continue, false to cancel.
> + */
> + confirmHighItemCount: function(aFeed, aCount) {

Appears to never get called???