aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-08-25 18:46:15 +0100
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-08-25 18:46:15 +0100
commit1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6 (patch)
tree368ef42b92b561514e3d513344f5948b8ca11856 /src
parentbc4d8d425ada55b3bf707b9d65893cd53cdd81a1 (diff)
downloadayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.tar.gz
ayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.tar.bz2
ayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.zip
Use consistent location for gsettings schema
Use the same location as indicator-datetime
Diffstat (limited to 'src')
-rw-r--r--src/indicator-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index 3be04be..cf30051 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -769,7 +769,7 @@ indicator_power_init (IndicatorPower *self)
self);
/* GSettings */
- priv->settings = g_settings_new ("org.ubuntu.indicator-power");
+ priv->settings = g_settings_new ("com.canonical.indicator.power");
}
static void