Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir     : e_modules/mem


Modified Files:
        e_mod_main.c 


Log Message:
Reenabled Edje_Message_Float for nasa.

===================================================================
RCS file: /cvs/e/e_modules/mem/e_mod_main.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_mod_main.c        1 Apr 2006 23:16:38 -0000       1.18
+++ e_mod_main.c        2 Apr 2006 00:10:07 -0000       1.19
@@ -458,7 +458,7 @@
    int real, swap, total_real, total_swap;
    char real_str[100];
    char swap_str[100];
-//   Edje_Message_Float msg;
+   Edje_Message_Float msg;
    
    cf = data;
    _mem_face_get_mem_values(cf, &real, &swap, &total_real, &total_swap);
@@ -487,7 +487,6 @@
        edje_object_part_text_set(cf->stxt_obj, "swap-text", "");       
      }
 
-   /*
    double tr = ((double)real / (double)total_real);
    msg.val = tr;
    edje_object_message_send(cf->mem_obj, EDJE_MESSAGE_FLOAT, 9, &msg);
@@ -495,7 +494,6 @@
    double ts = ((double)swap / (double)total_swap);   
    msg.val = ts;
    edje_object_message_send(cf->mem_obj, EDJE_MESSAGE_FLOAT, 10, &msg);
-   */
 
    if ((cf->mem->conf->show_graph) && 
        (edje_object_part_exists (cf->mem_obj,"lines")))




-------------------------------------------------------
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