Update channel navigator when iPod/MP3 player sync has finished

git-svn-id: svn://svn.berlios.de/gpodder/trunk@478 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-12-03 20:38:42 +00:00
parent 6ef1e9e689
commit 3106589993
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
Mon, 03 Dec 2007 21:35:56 +0100 <thp@perli.net>
Update channel navigator when iPod/MP3 player sync has finished
* src/gpodder/gui.py: Update channel navigator when iPod sync has
finished, so we can update the "played" status in the channel
navigator when this status has changed after we've synced ("on sync
mark played" option)
Mon, 03 Dec 2007 21:24:17 +0100 <thp@perli.net>
Add option to mark episodes as played after transfer to device

View file

@ -676,7 +676,7 @@ class gPodder(GladeWidget):
# update model for played state updates after sync
for channel in self.channels:
gobject.idle_add( channel.update_model)
gobject.idle_add( self.updateTreeView)
gobject.idle_add( self.updateComboBox)
def ipod_cleanup_proc( self, sync):
if not sync.open():