call changed when radio changes

SVN revision: 75043
This commit is contained in:
Mike Blumenkrantz 2012-08-09 12:03:16 +00:00
parent b9877f6ac1
commit 0689758ce0
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ e_widget_radio_toggle_set(Evas_Object *obj, int toggle)
}
else
edje_object_signal_emit(wd->o_radio, "e,state,off", "e");
evas_object_smart_callback_call(obj, "changed", NULL);
}
static void