Go to file
Jaehyun Cho 5d85d6a29f toolbar: Fix crash on more_item when shrink mode is set with no item.
Toolbar creates a more_item when shrink mode is
ELM_TOOLBAR_SHRINK_EXPAND.
If select mode is ELM_OBJECT_SELECT_MODE_ALWAYS and there is no item
appended, then toolbar sets a selection on a newly created item.
In this case, sd->more_item is referenced before the new more_item is
assigned to sd->more_item.

@fix
2015-10-12 16:53:51 +09:00
legacy/elementary toolbar: Fix crash on more_item when shrink mode is set with no item. 2015-10-12 16:53:51 +09:00