~compiz-team/compiz-compizconfig-gconf/compiz-compizconfig-gconf.settings_upgrades

« back to all changes in this revision

Viewing changes to src/gconf.c

  • Committer: Sam Spilsbury
  • Date: 2010-12-10 13:52:54 UTC
  • mfrom: (142.1.1)
  • Revision ID: git-v1:62cec93a771d7f74e5d9225862db197ec06b5e12
Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/compizconfig/compizconfig-backend-gconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1824
1824
    gconf_schema_set_locale (schema, "C");
1825
1825
    gconf_schema_set_short_desc (schema, "Current profile");
1826
1826
    gconf_schema_set_long_desc (schema, "Current profile of gconf backend");
1827
 
    gconf_schema_set_owner (schema, "compizconfig");
 
1827
    gconf_schema_set_owner (schema, "compizconfig-1");
1828
1828
    gconf_value_set_string (value, profile);
1829
1829
    gconf_schema_set_default_value (schema, value);
1830
1830
 
1897
1897
        {
1898
1898
            copyGconfTree (context, pathName, COMPIZ, FALSE, NULL);
1899
1899
 
1900
 
            /* delete the new profile tree in /apps/compiz-1config
 
1900
            /* delete the new profile tree in /apps/compizconfig-1
1901
1901
               to avoid user modification in the wrong tree */
1902
1902
            copyGconfTree (context, pathName, NULL, TRUE, NULL);
1903
1903
            free (pathName);