Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : wlan

Dir     : e_modules/wlan


Modified Files:
        e_mod_main.c 


Log Message:
Reenable Edje_Message_Float for nasa's bar work.

===================================================================
RCS file: /cvs/e/e_modules/wlan/e_mod_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_main.c        1 Apr 2006 23:17:39 -0000       1.19
+++ e_mod_main.c        2 Apr 2006 00:12:40 -0000       1.20
@@ -480,7 +480,7 @@
    int wlan_link = 0;
    int wlan_level = 0;
    int wlan_noise = 0;
-//   Edje_Message_Float msg;
+   Edje_Message_Float msg;
    
    char in_str[100];
 
@@ -523,10 +523,8 @@
    else
      edje_object_part_text_set(nf->txt_obj, "link-text", "");
 
-   /*
    msg.val = wlan_link;
    edje_object_message_send(nf->wlan_obj, EDJE_MESSAGE_FLOAT, 1, &msg);
-   */
    
    if (nf->conf->show_graph) 
      _wlan_face_graph_values(nf, wlan_link);




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