Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        e_mod_main.c net.edc 


Log Message:
Fix jittery text for fangy :)

===================================================================
RCS file: /cvs/e/e_modules/net/e_mod_main.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- e_mod_main.c        2 Sep 2006 10:49:23 -0000       1.48
+++ e_mod_main.c        14 Sep 2006 14:30:14 -0000      1.49
@@ -443,10 +443,13 @@
 static void
 _net_cb_mouse_in (void *data, Evas * e, Evas_Object * obj, void *event_info)
 {
-  Instance *inst;
-
-  inst = data;
-  edje_object_signal_emit (inst->net_obj, "label_active", "");
+   Instance *inst;
+   Config_Item *ci;
+   
+   inst = data;
+   ci = _net_config_item_get(inst->gcc->id);
+   if (!ci->always_text)
+     edje_object_signal_emit (inst->net_obj, "label_active", "");
 }
 
 static void
===================================================================
RCS file: /cvs/e/e_modules/net/net.edc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- net.edc     4 Sep 2006 21:18:38 -0000       1.23
+++ net.edc     14 Sep 2006 14:30:14 -0000      1.24
@@ -480,16 +480,6 @@
                  target: "rx_label";
                  target: "tx_label";
                  target: "net_label";
-                 //after: "go_passive2";
-              }
-            program 
-              {
-                 name: "go_passive2";
-                 signal: "label_passive2";
-                 source: "";
-                 action: ACTION_STOP;
-                 target: "go_active";
-                 //after: "go_passive2";
               }
             program 
               {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to