[regexxer] Rename schema and path to org.regexxer and /apps/regexxer
- From: Fabien Parent <fparent src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [regexxer] Rename schema and path to org.regexxer and /apps/regexxer
- Date: Sat, 19 Feb 2011 18:35:26 +0000 (UTC)
commit 52d8563a1b49917d2d67934188849295f4ab74df
Author: Fabien Parent <parent f gmail com>
Date: Sat Feb 19 19:35:22 2011 +0100
Rename schema and path to org.regexxer and /apps/regexxer
Makefile.am | 2 +-
src/globalstrings.h | 2 +-
...gexxer.gschema.xml => org.regexxer.gschema.xml} | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2dcec88..4b25bb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,7 +84,7 @@ iconthemedir = $(datadir)/icons/hicolor
appicondir = $(iconthemedir)/48x48/apps
dist_appicon_DATA = ui/regexxer.png
-gsettingsschema_DATA = ui/org.gnome.regexxer.gschema.xml
+gsettingsschema_DATA = ui/org.regexxer.gschema.xml
desktop_in_files = ui/regexxer.desktop.in
desktopdir = $(datadir)/applications
diff --git a/src/globalstrings.h b/src/globalstrings.h
index 34d40cf..3311b46 100644
--- a/src/globalstrings.h
+++ b/src/globalstrings.h
@@ -32,7 +32,7 @@ namespace Regexxer
* The final executable contains exactly one copy of each string literal,
* so there's no need to define them in a separate object file.
*/
-const char *const conf_schema = "org.gnome.regexxer";
+const char *const conf_schema = "org.regexxer";
const char *const conf_key_textview_font = "textview-font";
const char *const conf_key_match_color = "match-color";
const char *const conf_key_current_match_color = "current-match-color";
diff --git a/ui/org.gnome.regexxer.gschema.xml b/ui/org.regexxer.gschema.xml
similarity index 95%
rename from ui/org.gnome.regexxer.gschema.xml
rename to ui/org.regexxer.gschema.xml
index 0301bab..3019d4a 100644
--- a/ui/org.gnome.regexxer.gschema.xml
+++ b/ui/org.regexxer.gschema.xml
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.gnome.regexxer" path="/org/gnome/regexxer/">
+ <schema id="org.regexxer" path="/apps/regexxer/">
<key name="regex-patterns" type="as">
<default>[]</default>
<summary>Regex Patterns</summary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]