small fix - thanks alain
git-svn-id: svn://svn.berlios.de/gpodder@96 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
parent
7c66f8080e
commit
d32e8f604c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||
.TH GPODDER "1" "April 2006" "gpodder 0.7+svn20060408 2006-04-09" "User Commands"
|
||||
.TH GPODDER "1" "April 2006" "gpodder 0.7+svn20060409 2006-04-09" "User Commands"
|
||||
.SH NAME
|
||||
gpodder \- manual page for gpodder 0.7+svn20060408 2006-04-09
|
||||
gpodder \- manual page for gpodder 0.7+svn20060409 2006-04-09
|
||||
.SH DESCRIPTION
|
||||
usage: gpodder [options] arg1 arg2
|
||||
.PP
|
||||
|
|
|
@ -195,7 +195,7 @@ class Gpodder(SimpleGladeApp):
|
|||
|
||||
# disable iPod sync features if not supported
|
||||
if not ipod_supported():
|
||||
ipod_functions( False)
|
||||
self.ipod_functions( False)
|
||||
else:
|
||||
self.ipod_mgr = iPodManagerSingleton()
|
||||
self.ipod_mgr.register( self.ipod_changed_callback)
|
||||
|
|
Loading…
Reference in a new issue