mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
Merge pull request #583 from slackhead/testing
RSS: Edit 'initialAnnounceHeadlines' from PositiveInteger to Integer to allow use of 0 (zero).
This commit is contained in:
commit
5bbdb390f4
@ -97,7 +97,7 @@ conf.registerGlobalValue(RSS, 'defaultNumberOfHeadlines',
|
||||
registry.PositiveInteger(1, _("""Indicates how many headlines an rss feed
|
||||
will output by default, if no number is provided.""")))
|
||||
conf.registerChannelValue(RSS, 'initialAnnounceHeadlines',
|
||||
registry.PositiveInteger(5, _("""Indicates how many headlines an rss feed
|
||||
registry.Integer(5, _("""Indicates how many headlines an rss feed
|
||||
will output when it is first added to announce for a channel.""")))
|
||||
conf.registerChannelValue(RSS, 'keywordWhitelist',
|
||||
registry.SpaceSeparatedSetOfStrings([], _("""Space separated list of
|
||||
|
Loading…
Reference in New Issue
Block a user