summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-04-24 00:56:41 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-04-24 00:56:41 +0200
commitd058daf755f2ea28e6405975f3c7e7957d9d4df6 (patch)
tree24a7c87d053644bfb31424bfbe9f8ffb6c9b942f
parent0fcd0763e554450652486af5f9b0e354023a751a (diff)
downloadixfce4-power-manager-xfce-4.12.tar.gz
Look up the schema for light-locker's settings recursively (Bug #11488)xfce-4.12
-rw-r--r--settings/xfpm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index aab02e0e..c69cc79b 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1660,7 +1660,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"));