[gedit] Forgot the pythonconsole rename in the previous commit.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Forgot the pythonconsole rename in the previous commit.
- Date: Wed, 14 Jul 2010 17:09:20 +0000 (UTC)
commit 0e00bbb12c6a3414e4df90ab30f0d704ad0f7d33
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Jul 14 19:07:42 2010 +0200
Forgot the pythonconsole rename in the previous commit.
configure.ac | 2 +-
plugins/pythonconsole/pythonconsole/Makefile.am | 4 ++--
....gedit.plugins.pythonconsole.gschema.xml.in.in} | 0
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1aca069..d3ee5ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -414,7 +414,7 @@ plugins/filebrowser/Makefile
plugins/modelines/Makefile
plugins/pythonconsole/Makefile
plugins/pythonconsole/pythonconsole/Makefile
-plugins/pythonconsole/pythonconsole/org.gnome.gedit.pythonconsole.gschema.xml.in
+plugins/pythonconsole/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in
plugins/sort/Makefile
plugins/spell/Makefile
plugins/taglist/Makefile
diff --git a/plugins/pythonconsole/pythonconsole/Makefile.am b/plugins/pythonconsole/pythonconsole/Makefile.am
index 5b8e0fa..591c802 100644
--- a/plugins/pythonconsole/pythonconsole/Makefile.am
+++ b/plugins/pythonconsole/pythonconsole/Makefile.am
@@ -9,14 +9,14 @@ plugin_PYTHON = \
uidir = $(GEDIT_PLUGINS_DATA_DIR)/pythonconsole/ui
ui_DATA = config.ui
-gsettings_SCHEMAS = org.gnome.gedit.pythonconsole.gschema.xml
+gsettings_SCHEMAS = org.gnome.gedit.plugins.pythonconsole.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
EXTRA_DIST = \
$(ui_DATA) \
- org.gnome.gedit.pythonconsole.gschema.xml.in.in
+ org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
CLEANFILES = $(gsettings_SCHEMAS)
DISTCLEANFILES = $(gsettings_SCHEMAS)
diff --git a/plugins/pythonconsole/pythonconsole/org.gnome.gedit.pythonconsole.gschema.xml.in.in b/plugins/pythonconsole/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
similarity index 100%
rename from plugins/pythonconsole/pythonconsole/org.gnome.gedit.pythonconsole.gschema.xml.in.in
rename to plugins/pythonconsole/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]