Enlightenment CVS committal
Author : rephorm
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_widget_radio.c e_widget_check.c
Log Message:
it shouldn't be up to the theme to prevent disabled buttons from being selected.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_widget_radio.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_widget_radio.c 7 Jan 2006 10:39:45 -0000 1.8
+++ e_widget_radio.c 12 Mar 2006 01:55:16 -0000 1.9
@@ -116,7 +116,9 @@
_e_wid_do(Evas_Object *obj)
{
E_Widget_Data *wd;
-
+
+ if (e_widget_disabled_get(obj)) return;
+
wd = e_widget_data_get(obj);
if ((wd->group) && (wd->group->valptr))
{
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_widget_check.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_widget_check.c 7 Jan 2006 10:39:45 -0000 1.9
+++ e_widget_check.c 12 Mar 2006 01:55:16 -0000 1.10
@@ -90,6 +90,8 @@
_e_wid_do(Evas_Object *obj)
{
E_Widget_Data *wd;
+
+ if (e_widget_disabled_get(obj)) return;
wd = e_widget_data_get(obj);
if (wd->valptr)
-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs