Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        net.edc 


Log Message:
Provide a source when sending signals.

===================================================================
RCS file: /cvs/e/e_modules/net/net.edc,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- net.edc     14 Feb 2007 08:23:45 -0000      1.29
+++ net.edc     14 Feb 2007 08:26:14 -0000      1.30
@@ -240,7 +240,7 @@
               {
                  name: "text_hide";
                  signal: "e,state,text,hide";
-                 source: "";
+                 source: "e";
                  action: STATE_SET "hidden" 0.0;
                  target: "e.text.recv";
                  target: "e.text.send";
@@ -249,7 +249,7 @@
               {
                  name: "text_show";
                  signal: "e,state,text,show";
-                 source: "";
+                 source: "e";
                  action: STATE_SET "default" 0.0;
                  target: "e.text.recv";
                  target: "e.text.send";



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to