Update of /cvsroot/gtkpod/libgpod/bindings/python
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22126/bindings/python
Modified Files:
ipod.py
Log Message:
use the mac-style path for filename_ipod in the extended info file, like gtkpod
does
Index: ipod.py
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/bindings/python/ipod.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ipod.py 26 Mar 2007 14:00:54 -0000 1.15
+++ ipod.py 16 Apr 2007 02:33:45 -0000 1.16
@@ -394,7 +394,7 @@
self._userdata_into_default_locale('filename'),
self))
self['userdata']['transferred'] = 1
- self['userdata']['filename_ipod'] = self.ipod_filename()
+ self['userdata']['filename_ipod'] = self._track['ipod_path']
return True
def ipod_filename(self):
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2