diff options
author | Didier Roche <didrocks@ubuntu.com> | 2010-11-26 14:33:13 +0100 |
---|---|---|
committer | Didier Roche <didrocks@ubuntu.com> | 2010-11-26 14:33:13 +0100 |
commit | 55a267f14038b2507abb743de432ccbfd729a4bb (patch) | |
tree | b59548ede84d87b918f719357118d6955d9f9b7b /src | |
parent | 26440eb73a49b339e27398d9c8f151a53f490106 (diff) | |
download | compizconfig-backend-gsettings-55a267f14038b2507abb743de432ccbfd729a4bb.tar.gz compizconfig-backend-gsettings-55a267f14038b2507abb743de432ccbfd729a4bb.tar.bz2 |
fix schema owner and typo
Diffstat (limited to 'src')
-rw-r--r-- | src/gconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gconf.c b/src/gconf.c index 400ce18..a39acb0 100644 --- a/src/gconf.c +++ b/src/gconf.c @@ -1829,7 +1829,7 @@ updateCurrentProfileName (char *profile) gconf_schema_set_locale (schema, "C"); gconf_schema_set_short_desc (schema, "Current profile"); gconf_schema_set_long_desc (schema, "Current profile of gconf backend"); - gconf_schema_set_owner (schema, "compizconfig"); + gconf_schema_set_owner (schema, "compizconfig-1"); gconf_value_set_string (value, profile); gconf_schema_set_default_value (schema, value); @@ -1902,7 +1902,7 @@ checkProfile (CCSContext *context) { copyGconfTree (context, pathName, COMPIZ, FALSE, NULL); - /* delete the new profile tree in /apps/compiz-1config + /* delete the new profile tree in /apps/compizconfig-1 to avoid user modification in the wrong tree */ copyGconfTree (context, pathName, NULL, TRUE, NULL); free (pathName); |