Clean up GSettingsSchema logic
authorRyan Lortie <desrt@desrt.ca>
Sat, 26 Oct 2013 22:49:58 +0000 (18:49 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 27 Oct 2013 16:32:10 +0000 (09:32 -0700)
commite462eda3d5c86349bd5daa7db687e582001390d7
tree7602be725a8983c2a6d9180abc3ef9b72ce8aada
parentba3103763d1405c9dfd0f14c435aef307dfb92f6
Clean up GSettingsSchema logic

The way we created the global schema list predates
g_settings_schema_source_new_from_directory() and therefore doesn't use
it.

Update it to use that function, removing some code.

https://bugzilla.gnome.org/show_bug.cgi?id=668232
gio/gsettingsschema.c