Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mem
Dir : e_modules/mem Modified Files: e_mod_main.c Log Message: Disable Edje_Message_Float until it's handled in the edc as this does nothing right now. =================================================================== RCS file: /cvs/e/e_modules/mem/e_mod_main.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- e_mod_main.c 1 Apr 2006 22:55:15 -0000 1.17 +++ e_mod_main.c 1 Apr 2006 23:16:38 -0000 1.18 @@ -458,8 +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); @@ -488,6 +487,7 @@ 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,6 +495,7 @@ 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