From 4ba3da616f81cc61a81ecdb4604777cab5397361 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 24 Oct 2019 20:06:02 -0300 Subject: [PATCH] ui-style is now defined by gsettings. --- schemas/application.gschema.xml.in | 2 +- src/objects/window/application.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/application.gschema.xml.in b/schemas/application.gschema.xml.in index 9b71833..bc2c53d 100644 --- a/schemas/application.gschema.xml.in +++ b/schemas/application.gschema.xml.in @@ -6,7 +6,7 @@ - + 1 diff --git a/src/objects/window/application.c b/src/objects/window/application.c index 2331405..18a30c5 100644 --- a/src/objects/window/application.c +++ b/src/objects/window/application.c @@ -145,12 +145,12 @@ GSettingsSchema * schema = g_settings_schema_source_lookup( source, - "br.com.bb.pw3270", + "br.com.bb." G_STRINGIFY(PRODUCT_NAME), TRUE); g_settings_schema_source_unref(source); - settings = g_settings_new_full(schema, NULL, "/br/com/bb/pw3270/application/"); + settings = g_settings_new_full(schema, NULL, "/br/com/bb/" G_STRINGIFY(PRODUCT_NAME) "/application/"); } #else -- libgit2 0.21.2