aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indicator-notifications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c
index e5f2951..56ddd7a 100644
--- a/src/indicator-notifications.c
+++ b/src/indicator-notifications.c
@@ -670,7 +670,7 @@ settings_try_set_boolean(const gchar *schema, const gchar *key, gboolean value)
}
/* Lookup the schema */
- GSettingsSchema *source_schema = g_settings_schema_source_lookup(source, schema, FALSE);
+ GSettingsSchema *source_schema = g_settings_schema_source_lookup(source, schema, TRUE);
/* Couldn't find the schema */
if (source_schema == NULL) {