Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/temperature


Modified Files:
        e_mod_config.c 


Log Message:
Explain why user friendly names is not likely to happen.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_config.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_mod_config.c      28 Jan 2007 16:08:12 -0000      1.30
+++ e_mod_config.c      14 Feb 2007 22:20:37 -0000      1.31
@@ -141,7 +141,12 @@
                        if (len > 6)
                           path[len - 6] = '\0';
                        ecore_list_append(cfdata->sensors, strdup(path));
-                       /* TODO: Track down the user friendly names and display 
them instead. */
+                       /* TODO: Track down the user friendly names and display 
them instead.
+                        * User friendly names are not available on the system, 
lm-sensors 
+                        * contains a database in /etc/sensors.conf, but the 
format may change,
+                        * so the best way to use that database is thru 
libsensors, but we 
+                        * don't want to add any more library dependencies. 
+                        */
                     }
                }
              ecore_list_destroy(therms);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to