diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-25 18:46:15 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-25 18:46:15 +0100 |
commit | 1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6 (patch) | |
tree | 368ef42b92b561514e3d513344f5948b8ca11856 /src/indicator-power.c | |
parent | bc4d8d425ada55b3bf707b9d65893cd53cdd81a1 (diff) | |
download | ayatana-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/indicator-power.c')
-rw-r--r-- | src/indicator-power.c | 2 |
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 |