When navigating to the next article, reuse the DisplayArticle widget.
authorNeal H. Walfield <neal@walfield.org>
Sun, 4 Sep 2011 21:25:28 +0000 (23:25 +0200)
committerNeal H. Walfield <neal@walfield.org>
Mon, 5 Sep 2011 11:26:40 +0000 (13:26 +0200)
commit480d244d978210ad7f900a1fac0266807a9666ea
treef9314f27f54d7a00c60246d07c5afe753bec9374
parentf20b9080c94c4bdcb6995c5d2662b14d748898b6
When navigating to the next article, reuse the DisplayArticle widget.

 - In the DisplayArticle class, don't propagate the article-next and
   article-previous signals, handle any next and previous article
   actions locally.
 - When initializing a DisplayArticle object, pass it the set of
   acceptable articles.
src/FeedingIt.py
src/rss_sqlite.py