elementary/naviframe - don't ignore the subtitle case

This commit is contained in:
ChunEon Park 2013-06-08 18:13:26 +09:00
parent 16bcf540b2
commit d260935270
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ _access_obj_process(Elm_Naviframe_Item *it, Eina_Bool is_access)
ao = ((Elm_Widget_Item *)it)->access_obj;
if (!ao) return;
if (it->title_label)
if (it->title_label || it->subtitle_label)
_elm_access_edje_object_part_object_unregister
(WIDGET(it), elm_layout_edje_get(VIEW(it)), TITLE_ACCESS_PART);
evas_object_del(ao);