2013-01-17 Bora Hwang (bora1.hwang@samsung.com)
* when parent of ctxpopup is resized, ctxpopup calls dismissed signal
+
+2013-01-19 WooHyun Jung
+
+ * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
Fixes:
* when parent of ctxpopup is resized, ctxpopup calls dismissed signal.
+ * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
Elementary 1.7.5
evas_event_thaw_eval(evas_object_evas_get(data));
if ((wd->autosave) && (wd->file))
wd->delay_write = ecore_timer_add(2.0, _delay_write, data);
- /* callback - this could call callbacks that delete the entry... thus...
- * any access to wd after this could be invalid */
- evas_object_smart_callback_call(data, event, NULL);
+
_check_enable_return_key(data);
text = edje_object_part_text_get(wd->ent, "elm.text");
if (text)
else
_elm_entry_update_guide(data, EINA_FALSE);
}
+ /* callback - this could call callbacks that delete the entry... thus...
+ * any access to wd after this could be invalid */
+ evas_object_smart_callback_call(data, event, NULL);
}
static void