- Fixed a slight bug in default RSS feed downloader filter rule (use rule name instead as '*')

This commit is contained in:
Christophe Dumez 2009-08-21 18:27:45 +00:00
commit e7663e7b6b

View file

@ -83,7 +83,7 @@ public:
} }
QString getMatchingTokens_str() const { QString getMatchingTokens_str() const {
return this->value("matches", "*").toString(); return this->value("matches", "").toString();
} }
void setMatchingTokens(QString tokens) { void setMatchingTokens(QString tokens) {