Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        e_mod_main.c 


Log Message:
Reenable Edje_Message_Float. Sorry nasa, forgot about your bar work.

===================================================================
RCS file: /cvs/e/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_main.c        1 Apr 2006 23:38:34 -0000       1.15
+++ e_mod_main.c        2 Apr 2006 00:09:03 -0000       1.16
@@ -435,7 +435,6 @@
 {
    Cpu_Face *cf;
    char str[100];
-   //Edje_Message_Float msg;
    int i = 0;
    char str_tmp[100];
 
@@ -495,7 +494,7 @@
    char dummy[16];
    FILE *stat;
    int cpu_count;
-   //Edje_Message_Float msg;
+   Edje_Message_Float msg;
    
    cpu_count = _cpu_face_get_cpu_count(cf);
    if (cpu_count == -1)
@@ -548,10 +547,8 @@
       if (cpu_stats[i] >= 100)
         cpu_stats[i] = 100;
 
-      /*
       msg.val = cpu_stats[i];
       edje_object_message_send(cf->cpu_obj, EDJE_MESSAGE_FLOAT, i, &msg);
-      */
       
       i++;
    }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to