From f6008707f888f5410d2a671c4dba323f9be733dc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 7 Jun 2014 10:06:36 +0200 Subject: [PATCH] fixed type of the property (int->bool) --- src/psensor.gschema.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psensor.gschema.xml b/src/psensor.gschema.xml index 6ee66f4..dc68194 100644 --- a/src/psensor.gschema.xml +++ b/src/psensor.gschema.xml @@ -55,8 +55,8 @@ The displayed temperature unit The displayed temperature unit, '0' for Celsius, '1' for Fahenrenheit. - - 0 + + false Whether the decoration of the window is disabled Whether the decoration of the window is disabled. -- 2.7.4