aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-14 11:33:00 +0000
committerreinelt <>2004-01-14 11:33:00 +0000
commitb8448093e2f554744fa5911b2c96174b78f4ae0f (patch)
tree8322150effdcffca715e116498851a2bba00c953 /lcd4linux.c
parentb626a0b1272e703d01a8001ddd7bab7b3cd5b6e3 (diff)
downloadlcd4linux-b8448093e2f554744fa5911b2c96174b78f4ae0f.tar.gz
[lcd4linux @ 2004-01-14 11:33:00 by reinelt]
new plugin 'uname' which does what it's called text widget nearly finished first results displayed on MatrixOrbital
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index 0d6290f..76d1f55 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,4 +1,4 @@
-/* $Id: lcd4linux.c,v 1.60 2004/01/13 08:18:19 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.61 2004/01/14 11:33:00 reinelt Exp $
*
* LCD4Linux
*
@@ -22,6 +22,11 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.61 2004/01/14 11:33:00 reinelt
+ * new plugin 'uname' which does what it's called
+ * text widget nearly finished
+ * first results displayed on MatrixOrbital
+ *
* Revision 1.60 2004/01/13 08:18:19 reinelt
* timer queues added
* liblcd4linux deactivated turing transformation to new layout
@@ -591,7 +596,7 @@ int main (int argc, char *argv[])
// check the conf to see if quiet startup is wanted
if (!quiet) {
- quiet = atoi(cfg_get(NULL, "Quiet", "0"));
+ cfg_number(NULL, "Quiet", 0, 0, 1, &quiet);
}
// Fixme: compatibility only...