[Xfce4-commits] <xfce4-sensors-plugin:master> False -> FALSE
Fabian Nowak
noreply at xfce.org
Tue May 10 11:20:01 CEST 2011
Updating branch refs/heads/master
to 4b280a23c2a26a77f616efef86ce9784ab513d23 (commit)
from eecce36b535fb189bc2a7e4da19a6be3221235de (commit)
commit 4b280a23c2a26a77f616efef86ce9784ab513d23
Author: Fabian Nowak <nowak at kit.edu>
Date: Tue May 10 11:18:53 2011 +0200
False -> FALSE
lib/sensors-interface.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/sensors-interface.c b/lib/sensors-interface.c
index f501a54..1485e34 100644
--- a/lib/sensors-interface.c
+++ b/lib/sensors-interface.c
@@ -484,7 +484,7 @@ init_widgets (t_sensors_dialog *sd)
iter,
0, chipfeature->name,
1, "0.0", /* chipfeature->formatted_value */
- 2, False, /* chipfeature->show */
+ 2, FALSE, /* chipfeature->show */
3, "#000000", /* chipfeature->color */
4, 0.0, /* chipfeature->min_value */
5, 0.0, /* chipfeature->max_value */
More information about the Xfce4-commits
mailing list