Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_check.edc 


Log Message:

no longer necessary

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_check.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_check.edc   16 Oct 2005 12:24:30 -0000      1.6
+++ default_check.edc   20 Nov 2005 21:20:53 -0000      1.7
@@ -152,20 +152,7 @@
         name:    "click";
         signal:  "mouse,down,1";
         source:  "event";
-        script {
-           new buf[100];
-           new Float:val;
-           
-           get_state(PART:"item1", buf, sizeof(buf), val);
-           if (!strcmp(buf, "default")) {
-              set_state(PART:"item1", "active", 0.0);
-              emit("toggled", "on");
-           }
-           else {
-              set_state(PART:"item1", "default", 0.0);
-              emit("toggled", "off");
-           }
-        }
+   action: SIGNAL_EMIT "toggled" "";
       }
       program {
         name: "focus_in";




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to