File libopensync-plugin-moto-mototool_fix.diff of Package libopensync-plugin-moto
--- mototool +++ mototool @@ -113,7 +113,7 @@ if options.mode == 'list': pa = motosync.PhoneAccess(pc) for objtype in options.objtype: - for change in pa.list_changes(objtype): + for change in pa.list_changes(objtype, None): print change.uid print change.data