* Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
+2013-02-07 WooHyun Jung
+
+ * elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode.
* In _timer_cb of elm_notify, access to sd should be forbidden after smart_callback_call is called.
* Fix the scroll position is calculated by the size of pan object, not the size of scroller.
* Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
+ * elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode.
Elementary 1.7.5
if (wd->single_line == single_line) return;
wd->single_line = single_line;
wd->linewrap = ELM_WRAP_NONE;
- elm_entry_cnp_mode_set(obj, ELM_CNP_MODE_NO_IMAGE);
+ if (elm_entry_cnp_mode_get(obj) == ELM_CNP_MODE_MARKUP)
+ elm_entry_cnp_mode_set(obj, ELM_CNP_MODE_NO_IMAGE);
_theme_hook(obj);
if (wd->scroller)
{