1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 20:35:31 +00:00

schema: Use org.gnome prefix and adapt to changes

In preparation to moving to GNOME all the IDs, DBus object paths, etc should
change.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-07-10 04:19:53 +02:00 committed by Evangelos Ribeiro Tzaras
parent 6e371d2f3f
commit b74601f7c4
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ install_data(
) )
) )
schema_src = 'sm.puri.Calls.gschema.xml' schema_src = 'org.gnome.Calls.gschema.xml'
compiled = gnome.compile_schemas(build_by_default: true, compiled = gnome.compile_schemas(build_by_default: true,
depend_files: files(schema_src)) depend_files: files(schema_src))

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="purism-calls"> <schemalist gettext-domain="purism-calls">
<schema id="sm.puri.Calls" path="/sm/puri/Calls/"> <schema id="org.gnome.Calls" path="/org/gnome/Calls/">
<key name="auto-use-default-origins" type="b"> <key name="auto-use-default-origins" type="b">
<default>true</default> <default>true</default>

View file

@ -169,7 +169,7 @@ calls_settings_class_init (CallsSettingsClass *klass)
static void static void
calls_settings_init (CallsSettings *self) calls_settings_init (CallsSettings *self)
{ {
self->settings = g_settings_new ("sm.puri.Calls"); self->settings = g_settings_new ("org.gnome.Calls");
} }
/** /**