Fix a podcast list update bug with "All episodes"
commit381f5868f6d76128b41df4f075080109c0d8875b
authorThomas Perl <thp@thpinfo.com>
Tue, 31 Aug 2010 20:51:07 +0000 (31 22:51 +0200)
committerThomas Perl <thp@thpinfo.com>
Tue, 31 Aug 2010 20:51:07 +0000 (31 22:51 +0200)
treefda24c1a4fd572acd95a25447c47ab464ace6e09
parentb407353260c7b7dc12b8f68c97f96f2c3eb8738b
Fix a podcast list update bug with "All episodes"

If the view filter on the episode list is set to
"Downloads only", marking an episode as not new
in the "All episodes" view will not update the
podcast in the podcast list due to the selection
being removed when the episode list is updated.

The fix is to update the podcast list before the
episode list, leaving the selection intact until
the podcast list has been updated.
src/gpodder/gui.py