[Xfce4-commits] [apps/mousepad] 38/45: Rename org.xfce.Mousepad.gschema.xml to use lower-case
noreply at xfce.org
noreply at xfce.org
Fri Jul 11 13:03:43 CEST 2014
This is an automated email from the git hooks/post-receive script.
mbrush pushed a commit to branch master
in repository apps/mousepad.
commit 68eaea8728947fae3938fc2afddabaf5d8b0f461
Author: Matthew Brush <mbrush at codebrainz.ca>
Date: Thu Jul 10 15:12:46 2014 -0700
Rename org.xfce.Mousepad.gschema.xml to use lower-case
To match the schema ids used in the file.
---
mousepad/Makefile.am | 4 ++--
...org.xfce.Mousepad.gschema.xml => org.xfce.mousepad.gschema.xml} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mousepad/Makefile.am b/mousepad/Makefile.am
index fc97c2b..bb1f36a 100644
--- a/mousepad/Makefile.am
+++ b/mousepad/Makefile.am
@@ -131,9 +131,9 @@ EXTRA_DIST = \
mousepad-marshal.list \
mousepad-window-ui.xml \
mousepad-prefs-dialog.glade \
- org.xfce.Mousepad.gschema.xml
+ org.xfce.mousepad.gschema.xml
-gsettings_SCHEMAS = org.xfce.Mousepad.gschema.xml
+gsettings_SCHEMAS = org.xfce.mousepad.gschema.xml
@GSETTINGS_RULES@
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/mousepad/org.xfce.Mousepad.gschema.xml b/mousepad/org.xfce.mousepad.gschema.xml
similarity index 100%
rename from mousepad/org.xfce.Mousepad.gschema.xml
rename to mousepad/org.xfce.mousepad.gschema.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list