From bfa69e3808bb007b0f3d261fa1b8834856620c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 23 Aug 2011 17:40:33 +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 67676ec..ff6c807 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 From 1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Aug 2011 18:46:15 +0100 Subject: Use consistent location for gsettings schema Use the same location as indicator-datetime --- data/com.canonical.indicator.power.gschema.xml.in | 9 +++++++++ data/org.ubuntu.indicator-power.gschema.xml.in | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 data/com.canonical.indicator.power.gschema.xml.in delete mode 100644 data/org.ubuntu.indicator-power.gschema.xml.in (limited to 'data') 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 @@ + + + + false + <_summary>Show time in Menu Bar + <_description>Whether show the time in the menu bar. + + + diff --git a/data/org.ubuntu.indicator-power.gschema.xml.in b/data/org.ubuntu.indicator-power.gschema.xml.in deleted file mode 100644 index ff6c807..0000000 --- a/data/org.ubuntu.indicator-power.gschema.xml.in +++ /dev/null @@ -1,9 +0,0 @@ - - - - false - <_summary>Show time in Menu Bar - <_description>Whether show the time in the menu bar. - - - -- cgit v1.2.3