brain.switch_on()

git-svn-id: svn://svn.berlios.de/gpodder@104 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2006-04-14 17:02:20 +00:00
parent 13212b25d3
commit 2cb3d40647
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class gPodder_iPodSync(object):
if self.ipod_mgr.ipod != None:
# there has to be a better way.. ;)
# os.system( 'sudo eject %s' % ( self.ipod_mgr.ipod.device ))
pass
return True
def remove_from_ipod( self, track, playlists):