2013-01-16 Shilpa Singh <shilpa.singh@samsung.com>, Rajeev Ranjan <rajeev.r@samsung.com>
* Fix "changed" signal being sent twice in case of toggle style when check is clicked.
+
+2013-01-16 WooHyun Jung
+
+ * elm_plug should call elm_widget_can_focus_set after adding parent class.
* Fix omitting signal emission when customized text parts change the text.
* Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object.
* Fix "changed" signal being sent twice in case of toggle style when check is clicked.
+ * elm_plug should call elm_widget_can_focus_set after adding parent class.
Changes since Elementary 1.7.4:
-------------------------
EVAS_SMART_DATA_ALLOC(obj, Elm_Plug_Smart_Data);
- elm_widget_can_focus_set(obj, EINA_FALSE);
-
_elm_plug_parent_sc->base.add(obj);
ee = ecore_evas_ecore_evas_get(evas_object_evas_get(obj));
(ELM_WIDGET_DATA(priv)->resize_obj, EVAS_CALLBACK_MOUSE_UP, _on_mouse_up,
obj);
+ elm_widget_can_focus_set(obj, EINA_FALSE);
_sizing_eval(obj);
}