indentation fix

git-svn-id: svn://svn.berlios.de/gpodder/trunk@368 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-08-14 01:51:35 +00:00
parent d751b87928
commit b384c5e781
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Tue, 14 Aug 2007 03:51:19 +0200 <thp@perli.net>
* src/gpodder/libgpodder.py: Indentation fixed, sorry :)
Mon, 13 Aug 2007 23:51:40 +0200 <thp@perli.net>
* src/gpodder/libgpodder.py: Use new subprocess module for opening
episodes for playback (media player), add error reporting to

View File

@ -393,7 +393,7 @@ class gPodderLibClass( object):
Popen( command_line)
except:
return ( False, command_line[0] )
return ( True, command_line[0] )
return ( True, command_line[0] )
def getDesktopSymlink( self):
symlink_path = expanduser( "~/Desktop/%s" % self.desktop_link)