[anjuta] dconf: use /org/gnome/anjuta instead of /apps/anjuta
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] dconf: use /org/gnome/anjuta instead of /apps/anjuta
- Date: Mon, 8 Nov 2010 10:41:53 +0000 (UTC)
commit 58d26177fedd0117f40536d0ec0bae01bf75a171
Author: Johannes Schmid <jhs gnome org>
Date: Mon Nov 8 11:41:30 2010 +0100
dconf: use /org/gnome/anjuta instead of /apps/anjuta
.../org.gnome.anjuta.debug-manager.gschema.xml.in | 2 +-
.../org.gnome.anjuta.run.gschema.xml.in | 2 +-
scripts/builder2schema.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/debug-manager/org.gnome.anjuta.debug-manager.gschema.xml.in b/plugins/debug-manager/org.gnome.anjuta.debug-manager.gschema.xml.in
index 97f3fd9..29a7bdc 100644
--- a/plugins/debug-manager/org.gnome.anjuta.debug-manager.gschema.xml.in
+++ b/plugins/debug-manager/org.gnome.anjuta.debug-manager.gschema.xml.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.gnome.anjuta.debug-manager" path="/apps/anjuta/debug-manager/">
+ <schema id="org.gnome.anjuta.debug-manager" path="/org/gnome/anjuta/debug-manager/">
<key name="debug-silent-non-debug-config" type="b">
<default>false</default>
<_summary>Do not display warning if not using a Debug configuration</_summary>
diff --git a/plugins/run-program/org.gnome.anjuta.run.gschema.xml.in b/plugins/run-program/org.gnome.anjuta.run.gschema.xml.in
index b8c147c..76fe280 100644
--- a/plugins/run-program/org.gnome.anjuta.run.gschema.xml.in
+++ b/plugins/run-program/org.gnome.anjuta.run.gschema.xml.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.gnome.anjuta.run" path="/apps/anjuta/run/">
+ <schema id="org.gnome.anjuta.run" path="/org/gnome/anjuta/run/">
<key name="run-terminal-command" type="s">
<default>"gnome-terminal --disable-factory -e %s"</default>
<_summary>Command used for starting a terminal</_summary>
diff --git a/scripts/builder2schema.pl b/scripts/builder2schema.pl
index 0d9c4df..8ea1f99 100755
--- a/scripts/builder2schema.pl
+++ b/scripts/builder2schema.pl
@@ -20,7 +20,7 @@ use XML::Parser;
);
print "<schemalist>\n";
-print "\t<schema id=\"$ARGV[1]\" path=\"/apps/anjuta/\">\n";
+print "\t<schema id=\"$ARGV[1]\" path=\"/org/gnome/anjuta/\">\n";
if ($#ARGV == 2) {
open FILE, "<", $ARGV[2] or die $!;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]