aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-03-04 00:10:11 +0100
committercedricbonhomme <devnull@localhost>2012-03-04 00:10:11 +0100
commit6b670248b734a5347393ce7f51e3633ca0cf1444 (patch)
treea7b648f6bcaed3bc1b50f2c65ed8f1dc51be6402 /pyAggr3g470r.py
parentMark as read for a feed is working. (diff)
downloadnewspipe-6b670248b734a5347393ce7f51e3633ca0cf1444.tar.gz
newspipe-6b670248b734a5347393ce7f51e3633ca0cf1444.tar.bz2
newspipe-6b670248b734a5347393ce7f51e3633ca0cf1444.zip
Mark all articles as read (from the main page) is working.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 6dc48d43..ccb47150 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -961,7 +961,7 @@ class Root:
# Mark all articles as read.
if param == "":
- pass
+ self.articles.mark_as_read(True, None, None)
# Mark all articles from a feed as read.
elif param == "Feed" or param == "Feed_FromMainPage":
self.articles.mark_as_read(True, identifiant, None)
bgstack15