diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-18 08:37:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-18 08:37:56 -0300 |
commit | 6ec59b5a64b4359c2b8afc36fb48c095fa41315b (patch) | |
tree | 4726248f2880921975bc1db372729c887c156134 /data/camorama.schemas.in | |
parent | c6eaa467e9176dea0a6af16145961268d137bee6 (diff) |
camorama.schemas: update schema file
The credentials (login/password) were removed the protocol key
was added to the schema. So, update the schemas file accordingly.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'data/camorama.schemas.in')
-rw-r--r-- | data/camorama.schemas.in | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/data/camorama.schemas.in b/data/camorama.schemas.in index 2a92e7c..4453f15 100644 --- a/data/camorama.schemas.in +++ b/data/camorama.schemas.in @@ -99,26 +99,15 @@ </schema> <schema> - <key>/schemas/apps/camorama/preferences/login</key> - <applyto>/apps/camorama/preferences/login</applyto> + <key>/schemas/apps/camorama/preferences/remote_proto</key> + <applyto>/apps/camorama/preferences/remote_proto</applyto> <owner>camorama</owner> <type>string</type> <default>your-username</default> <locale name="C"> - <short>Username for FTP server</short> - <long>Username to use for FTP uploads of captured pictures</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/camorama/preferences/password</key> - <applyto>/apps/camorama/preferences/password</applyto> - <owner>camorama</owner> - <type>string</type> - <default>seeeekrit</default> - <locale name="C"> - <short>Password for FTP server</short> - <long>The password for the FTP account for remote captures.</long> + <short>Protocol to use for remote access</short> + <long>The URI name of the protocol that will be used to connect + to a remote server. Can be ftp, sftp or smb</long> </locale> </schema> |