aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.ubuntu.indicator-power.gschema.xml10
-rw-r--r--data/org.ubuntu.indicator-power.gschema.xml.in9
2 files changed, 10 insertions, 9 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml b/data/org.ubuntu.indicator-power.gschema.xml
new file mode 100644
index 0000000..a3d2494
--- /dev/null
+++ b/data/org.ubuntu.indicator-power.gschema.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema path="/org/ubuntu/indicator-power/" id="org.ubuntu.indicator-power" gettext-domain="@GETTEXT_PACKAGE@">
+ <key type="b" name="show-label">
+ <default>false</default>
+ <summary>Show time in Menu Bar</summary>
+ <description>Whether show the time in the menu bar.</description>
+ </key>
+ </schema>
+</schemalist> \ No newline at end of file
diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in
deleted file mode 100644
index 67676ec..0000000
--- a/data/org.ubuntu.indicator-power.gschema.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ubuntu.indicator-power" path="/org/ubuntu/indicator-power/">
- <key name="show-label" type="b">
- <default>false</default>
- <_summary>Show time in Menu Bar</_summary>
- <_description>Whether show the time in the menu bar.</_description>
- </key>
- </schema>
-</schemalist>