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 --- src/indicator-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3