diff options
Diffstat (limited to 'src/pgtkfns.c')
| -rw-r--r-- | src/pgtkfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c index 6b3a0459d36..6e5bb22375a 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c | |||
| @@ -1902,7 +1902,7 @@ parse_resource_key (const char *res_key, char *setting_key) | |||
| 1902 | 1902 | ||
| 1903 | /* check existence of setting_key */ | 1903 | /* check existence of setting_key */ |
| 1904 | GSettingsSchemaSource *ssrc = g_settings_schema_source_get_default (); | 1904 | GSettingsSchemaSource *ssrc = g_settings_schema_source_get_default (); |
| 1905 | GSettingsSchema *scm = g_settings_schema_source_lookup (ssrc, SCHEMA_ID, FALSE); | 1905 | GSettingsSchema *scm = g_settings_schema_source_lookup (ssrc, SCHEMA_ID, TRUE); |
| 1906 | if (!scm) | 1906 | if (!scm) |
| 1907 | return NULL; /* *.schema.xml is not installed. */ | 1907 | return NULL; /* *.schema.xml is not installed. */ |
| 1908 | if (!g_settings_schema_has_key (scm, setting_key)) | 1908 | if (!g_settings_schema_has_key (scm, setting_key)) |