diff options
author | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2015-04-24 01:00:06 +0200 |
---|---|---|
committer | Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at> | 2015-04-24 01:00:06 +0200 |
commit | c5acaa8649c8f5eaca14fd7e507b286d5ec68d82 (patch) | |
tree | 085f938970987da3fb6dcf1c759f63e2aad4ec26 /settings/xfpm-settings.c | |
parent | 2c36ae152063984628700fd22bed2f6149a0fd58 (diff) | |
download | ixfce4-power-manager-c5acaa8649c8f5eaca14fd7e507b286d5ec68d82.tar.gz |
Look up the schema for light-locker's settings recursively (Bug #11488)
Diffstat (limited to 'settings/xfpm-settings.c')
-rw-r--r-- | settings/xfpm-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c index 53300652..a1547752 100644 --- a/settings/xfpm-settings.c +++ b/settings/xfpm-settings.c @@ -1589,7 +1589,7 @@ static void xfpm_settings_light_locker (XfconfChannel *channel, } schema_source = g_settings_schema_source_get_default(); - schema = g_settings_schema_source_lookup (schema_source, "apps.light-locker", FALSE); + schema = g_settings_schema_source_lookup (schema_source, "apps.light-locker", TRUE); if (schema != NULL && get_light_locker_path() != NULL) { security_frame = GTK_WIDGET (gtk_builder_get_object (xml, "security-frame")); |