[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Look up the schema for light-locker's settings recursively (Bug #11488)
noreply at xfce.org
noreply at xfce.org
Fri Apr 24 00:56:46 CEST 2015
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch xfce-4.12
in repository xfce/xfce4-power-manager.
commit d058daf755f2ea28e6405975f3c7e7957d9d4df6
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Apr 24 00:56:41 2015 +0200
Look up the schema for light-locker's settings recursively (Bug #11488)
---
settings/xfpm-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index aab02e0..c69cc79 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"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list