[gnome-settings-daemon] Use '/' at the end of paths for GSettings schema files



commit bed9c95302220e0f5a9ea08888c45497bb6f87ce
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Fri Oct 8 15:58:03 2010 +0200

    Use '/' at the end of paths for GSettings schema files

 ...org.gnome.desktop.peripherals.gschema.xml.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.desktop.peripherals.gschema.xml.in.in b/data/org.gnome.desktop.peripherals.gschema.xml.in.in
index 23809c9..0d49fe4 100644
--- a/data/org.gnome.desktop.peripherals.gschema.xml.in.in
+++ b/data/org.gnome.desktop.peripherals.gschema.xml.in.in
@@ -3,14 +3,14 @@
     <child name="smartcard" schema="org.gnome.desktop.peripherals.smartcard"/>
     <child name="touchpad" schema="org.gnome.desktop.peripherals.touchpad"/>
   </schema>
-  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.smartcard" path="/desktop/gnome/peripherals/smartcard">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.smartcard" path="/desktop/gnome/peripherals/smartcard/">
     <key name="removal-action" type="s">
       <default>none</default>
       <_summary>Smartcard removal action</_summary>
       <_description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed.</_description>
     </key>
   </schema>
-  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.touchpad" path="/desktop/gnome/peripherals/touchpad">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.touchpad" path="/desktop/gnome/peripherals/touchpad/">
     <key name="disable-while-typing" type="b">
       <default>false</default>
       <_summary>Disable touchpad while typing</_summary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]