← Back to team overview

deja-dup-team team mailing list archive

[Merge] lp:~vej/deja-dup/fixes_gschema_xml_in into lp:deja-dup

 

Vej has proposed merging lp:~vej/deja-dup/fixes_gschema_xml_in into lp:deja-dup.

Requested reviews:
  Michael Terry (mterry)
Related bugs:
  Bug #1551945 in Déjà Dup: "$VIDEOS documented as $VIDEO in gschema.xml.in file"
  https://bugs.launchpad.net/deja-dup/+bug/1551945

For more details, see:
https://code.launchpad.net/~vej/deja-dup/fixes_gschema_xml_in/+merge/313394

Fixes bug #1551945 by changing the description from $VIDEO to $VIDEOS to match with the supported keys inside of the method parse_keywords in DirHandling.vala.


-- 
Your team Déjà Dup Developers is subscribed to branch lp:deja-dup.
=== modified file 'data/org.gnome.DejaDup.gschema.xml.in'
--- data/org.gnome.DejaDup.gschema.xml.in	2015-11-29 15:53:51 +0000
+++ data/org.gnome.DejaDup.gschema.xml.in	2016-12-15 19:29:42 +0000
@@ -4,12 +4,12 @@
     <key name="include-list" type="as">
       <default>[ '$HOME' ]</default>
       <_summary>Folders to save</_summary>
-      <_description>This list of directories will be backed up.  Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEO are recognized as the user’s special directories.  Relative entries are relative to the user’s home directory.</_description>
+      <_description>This list of directories will be backed up.  Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories.  Relative entries are relative to the user’s home directory.</_description>
     </key>
     <key name="exclude-list" type="as">
       <default>[ '$TRASH', '$DOWNLOAD' ]</default>
       <_summary>Folders to ignore</_summary>
-      <_description>This list of directories will not be backed up.  Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEO are recognized as the user’s special directories.  Relative entries are relative to the user’s home directory.</_description>
+      <_description>This list of directories will not be backed up.  Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories.  Relative entries are relative to the user’s home directory.</_description>
     </key>
     <key name="root-prompt" type="b">
       <default>true</default>


Follow ups