Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_radio.c 


Log Message:

tell the radio theme to turn on when its activated

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_widget_radio.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_widget_radio.c    16 Oct 2005 07:32:11 -0000      1.6
+++ e_widget_radio.c    20 Nov 2005 21:28:59 -0000      1.7
@@ -140,6 +140,7 @@
        if (!toggled) return;
        wd = e_widget_data_get(obj);
        *(wd->group->valptr) = wd->valnum;
+       edje_object_signal_emit(wd->o_radio, "toggle_on", "");
      }
 }
 
@@ -150,7 +151,6 @@
    
    wd = e_widget_data_get(obj);
    _e_wid_do(obj);
-   edje_object_signal_emit(wd->o_radio, "toggle_on", "");
 }
 
 static void




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