From: rephorm Date: Sun, 20 Nov 2005 21:28:59 +0000 (+0000) Subject: tell the radio theme to turn on when its activated X-Git-Tag: submit/efl/20131021.015651~14483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff885ab6ace7550ea928f6a283cda7e3048d1526;p=platform%2Fupstream%2Fenlightenment.git tell the radio theme to turn on when its activated SVN revision: 18559 --- diff --git a/src/bin/e_widget_radio.c b/src/bin/e_widget_radio.c index a177556..efaa7e0 100644 --- a/src/bin/e_widget_radio.c +++ b/src/bin/e_widget_radio.c @@ -140,6 +140,7 @@ _e_wid_do(Evas_Object *obj) 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 @@ _e_wid_activate_hook(Evas_Object *obj) wd = e_widget_data_get(obj); _e_wid_do(obj); - edje_object_signal_emit(wd->o_radio, "toggle_on", ""); } static void