diff options
-rw-r--r-- | data/org.ubuntu.indicator-power.gschema.xml.in | 9 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in new file mode 100644 index 0000000..ff6c807 --- /dev/null +++ b/data/org.ubuntu.indicator-power.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.ubuntu.indicator-power" path="/org/ubuntu/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> diff --git a/debian/changelog b/debian/changelog index 4d816b0..279be85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (0.7-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.7-0ubuntu1) oneiric; urgency=low * New upstream release. - Use gsettings to store the status of "Show time in Menu Bar" @@ -7,6 +7,8 @@ indicator-power (0.7-0ubuntu1) UNRELEASED; urgency=low - Do not use a space before an ellipsis at the end of a string. * debian/control - Added build depends for libglib2.0-dev + * data/org.ubuntu.indicator-power.gschema.xml.in + - cherry pick typo fix from trunk -- Ken VanDine <ken.vandine@canonical.com> Tue, 23 Aug 2011 12:44:58 -0400 |