Mercurial > hg > Feedworm
diff MainWindow.py @ 193:c345a26febc2
add a toolbar icon for marking selected entries as read
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 24 Sep 2011 08:07:23 +0200 |
parents | a05719a6175e |
children | c694bfb732bc |
line wrap: on
line diff
--- a/MainWindow.py Wed Sep 21 13:23:25 2011 +0200 +++ b/MainWindow.py Sat Sep 24 08:07:23 2011 +0200 @@ -46,6 +46,7 @@ def enableFeedRelatedWidgets(self): self.ui.actionFeedSettings.setEnabled(True) self.ui.actionMarkFeedRead.setEnabled(True) + self.ui.actionMarkSelectedEntriesRead.setEnabled(True) self.ui.actionDeleteFeed.setEnabled(True) def setupFeedEntries(self):