Mercurial > hg > Feedworm
diff Ui_MainWindow.ui @ 59:daa2731967fe
Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 23 Jul 2010 17:29:22 +0200 |
parents | c82f5538733c |
children | e5d5fc34ff2e |
line wrap: on
line diff
--- a/Ui_MainWindow.ui Fri Jul 23 17:24:32 2010 +0200 +++ b/Ui_MainWindow.ui Fri Jul 23 17:29:22 2010 +0200 @@ -355,7 +355,7 @@ <sender>actionMarkFeedRead</sender> <signal>activated()</signal> <receiver>MainWindow</receiver> - <slot>toggleReadOnSelectedFeed()</slot> + <slot>markSelectedFeedRead()</slot> <hints> <hint type="sourcelabel"> <x>-1</x> @@ -377,6 +377,6 @@ <slot>openLinkFromSelectedEntry()</slot> <slot>showPreferences()</slot> <slot>showFeedSettings()</slot> - <slot>toggleReadOnSelectedFeed()</slot> + <slot>markSelectedFeedRead()</slot> </slots> </ui>