diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-23 13:10:03 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-23 13:10:03 -0400 |
commit | 4596344bfc8455e544e950d86fa413c5e66eae69 (patch) | |
tree | a86f7df2d7c2a502457e68a5654df4c141ce7ee5 /data/com.canonical.indicator.power.gschema.xml.in | |
parent | 589843c802b543d0cb25b616e4e1ba9c557bdb9c (diff) | |
parent | 56dd8ea486d13905bf24ea28a59d48e1c30130d9 (diff) | |
download | ayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.tar.gz ayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.tar.bz2 ayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.zip |
* New upstream release.
- Use correct dgettext and g_dngettext calls (LP: #846895)
- Ensure we use the same icon for all charge levels if we are in the
charging status (LP: #824629)
- Fix gap when the power indicator is not show (LP: #842188)
- Do not show (charged) in menu title when fully charged (LP: #850011)
- Do not activate g-s-d, but just watch dbus for g-s-d to
appear (LP: #854717)
Diffstat (limited to 'data/com.canonical.indicator.power.gschema.xml.in')
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.power.gschema.xml.in b/data/com.canonical.indicator.power.gschema.xml.in new file mode 100644 index 0000000..bf4368f --- /dev/null +++ b/data/com.canonical.indicator.power.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="com.canonical.indicator.power" path="/com/canonical/indicator/power/"> + <key name="show-time" 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> |