aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-23 12:50:05 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-23 12:50:05 -0400
commitb72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46 (patch)
tree6f0f12885e240dd2ae97cf23140cb77c8faefd55 /data
parent62b88ad77faf9faed1de56e8a6e97f9ea274bc02 (diff)
parent3751cc4b823c5d701456317bb86fc4fc39bf3b9e (diff)
downloadayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.tar.gz
ayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.tar.bz2
ayatana-indicator-power-b72dbbdf4b558e0f0a1bd4f64c6b11fe322d5a46.zip
* New upstream release.
- Use gsettings to store the status of "Show time in Menu Bar" option (LP: #829853) - Follow standard alignment of icons in menus (LP: #829697) - Do not use a space before an ellipsis at the end of a string. * debian/control - Added build depends for libglib2.0-dev
Diffstat (limited to 'data')
-rw-r--r--data/org.ubuntu.indicator-power.gschema.xml10
1 files changed, 10 insertions, 0 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