[totem] date: Fix data paths in GSettings schemas



commit 9c2f03d4bff1f8eb7ad42acf60feae7e8dfd4766
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 8 14:38:52 2010 +0000

    date: Fix data paths in GSettings schemas

 data/org.gnome.totem.gschema.xml.in.in             |    2 +-
 ...g.gnome.totem.plugins.jamendo.gschema.xml.in.in |    2 +-
 ...e.totem.plugins.opensubtitles.gschema.xml.in.in |    2 +-
 ...e.totem.plugins.pythonconsole.gschema.xml.in.in |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.totem.gschema.xml.in.in b/data/org.gnome.totem.gschema.xml.in.in
index 47cdf85..f95a19a 100644
--- a/data/org.gnome.totem.gschema.xml.in.in
+++ b/data/org.gnome.totem.gschema.xml.in.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-	<schema id="org.gnome.totem" path="/apps/totem/" gettext-domain="@GETTEXT_PACKAGE@">
+	<schema id="org.gnome.totem" path="/org/gnome/Totem/" gettext-domain="@GETTEXT_PACKAGE@">
 		<key name="lock-screensaver-on-audio" type="b">
 			<default>true</default>
 			<_summary>Allow the screensaver to activate when playing audio</_summary>
diff --git a/src/plugins/jamendo/org.gnome.totem.plugins.jamendo.gschema.xml.in.in b/src/plugins/jamendo/org.gnome.totem.plugins.jamendo.gschema.xml.in.in
index 4e61b21..3fe7739 100644
--- a/src/plugins/jamendo/org.gnome.totem.plugins.jamendo.gschema.xml.in.in
+++ b/src/plugins/jamendo/org.gnome.totem.plugins.jamendo.gschema.xml.in.in
@@ -5,7 +5,7 @@
 		<value nick="mp3" value="1"/>
 	</enum>
 
-	<schema id="org.gnome.totem.plugins.jamendo" path="/apps/totem/plugins/jamendo/" gettext-domain="@GETTEXT_PACKAGE@">
+	<schema id="org.gnome.totem.plugins.jamendo" path="/org/gnome/Totem/jamendo/" gettext-domain="@GETTEXT_PACKAGE@">
 		<key name="num-per-page" type="u">
 			<default>10</default>
 			<_summary>Number of results per page</_summary>
diff --git a/src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml.in.in b/src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml.in.in
index c25d334..75fbd6e 100644
--- a/src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml.in.in
+++ b/src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml.in.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-	<schema id="org.gnome.totem.plugins.opensubtitles" path="/apps/totem/plugins/opensubtitles/" gettext-domain="@GETTEXT_PACKAGE@">
+	<schema id="org.gnome.totem.plugins.opensubtitles" path="/org/gnoem/Totem/opensubtitles/" gettext-domain="@GETTEXT_PACKAGE@">
 		<key name="language" type="s">
 			<default>''</default>
 			<_summary>Subtitle language</_summary>
diff --git a/src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in b/src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in
index c5ed1be..0585782 100644
--- a/src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in
+++ b/src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml.in.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-	<schema id="org.gnome.totem.plugins.pythonconsole" path="/apps/totem/plugins/pythonconsole/" gettext-domain="@GETTEXT_PACKAGE@">
+	<schema id="org.gnome.totem.plugins.pythonconsole" path="/org/gnome/Totem/pythonconsole/" gettext-domain="@GETTEXT_PACKAGE@">
 		<key name="rpdb2-password" type="s">
 			<default>''</default>
 			<_summary>rpdb2 password</_summary>



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