call changed when radio changes

SVN revision: 75043
devs/princeamd/enlightenment-0.17-elive
Mike Blumenkrantz 11 years ago
parent b9877f6ac1
commit 0689758ce0
  1. 1
      src/bin/e_widget_radio.c

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

Loading…
Cancel
Save