diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-notifications.c | 2 |
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) { |