tell the radio theme to turn on when its activated

SVN revision: 18559
This commit is contained in:
rephorm 2005-11-20 21:28:59 +00:00 committed by rephorm
parent 092b3735ec
commit ff885ab6ac
1 changed files with 1 additions and 1 deletions

View File

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