From 84735ec5056e864684245f90a0116ce09cc42b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 22 Aug 2011 20:38:36 +0100 Subject: Use gsettings to store the status of "Show time in Menu Bar" option Fixes https://bugs.launchpad.net/indicator-power/+bug/829853 --- data/org.ubuntu.indicator-power.gschema.xml.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/org.ubuntu.indicator-power.gschema.xml.in (limited to 'data') 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..a961794 --- /dev/null +++ b/data/org.ubuntu.indicator-power.gschema.xml.in @@ -0,0 +1,9 @@ + + + + false + <_summary>Show time in Menu Bar + <_description>Whether show the time in the menu bar. + + + -- cgit v1.2.3 From b2aec5eb2109ab804d0c3f279e96d11202ccc9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 22 Aug 2011 20:49:31 +0100 Subject: Fix typo in the gsettings schema: show_time -> show-time --- data/org.ubuntu.indicator-power.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in index a961794..67676ec 100644 --- a/data/org.ubuntu.indicator-power.gschema.xml.in +++ b/data/org.ubuntu.indicator-power.gschema.xml.in @@ -1,6 +1,6 @@ - + false <_summary>Show time in Menu Bar <_description>Whether show the time in the menu bar. -- cgit v1.2.3