diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-19 09:24:52 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-19 09:24:55 +0100 |
commit | 41bf160d2e1efc5185d2f26431394f3feffa0ce4 (patch) | |
tree | fa6e11ea59fcce4319e11273142c09cdbb9ec80f /data | |
parent | 06ef51a65191b123ee908955cb0c79095ae171b7 (diff) | |
download | ayatana-indicator-power-41bf160d2e1efc5185d2f26431394f3feffa0ce4.tar.gz ayatana-indicator-power-41bf160d2e1efc5185d2f26431394f3feffa0ce4.tar.bz2 ayatana-indicator-power-41bf160d2e1efc5185d2f26431394f3feffa0ce4.zip |
data/org.ayatana.indicator.power.gschema.xml.in: Prepend project namespace to enum id.
Fixes AyatanaIndicators/ayatana-indicator-power#1.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.power.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.power.gschema.xml.in b/data/org.ayatana.indicator.power.gschema.xml.in index 872b78e..2119aa9 100644 --- a/data/org.ayatana.indicator.power.gschema.xml.in +++ b/data/org.ayatana.indicator.power.gschema.xml.in @@ -1,5 +1,5 @@ <schemalist> - <enum id="icon-policy-enum"> + <enum id="ayatana-indicator-power-icon-policy-enum"> <value nick="present" value="0" /> <value nick="charge" value="1" /> <value nick="never" value="2" /> @@ -15,7 +15,7 @@ <_summary>Show percentage in Menu Bar</_summary> <_description>Whether or not to show the percentage in the menu bar.</_description> </key> - <key enum="icon-policy-enum" name="icon-policy"> + <key enum="ayatana-indicator-power-icon-policy-enum" name="icon-policy"> <default>"present"</default> <_summary>When to show the battery status in the menu bar.</_summary> <_description>Options for when to show battery status. Valid options are "present", "charge", and "never".</_description> |