hermet pushed a commit to branch master.

commit a7ab32238a156310ef07b6493eda5726f2243921
Author: ChunEon Park <[email protected]>
Date:   Sat Jun 8 18:13:26 2013 +0900

    elementary/naviframe - don't ignore the subtitle case
---
 src/lib/elc_naviframe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index 1486a0d..d59c820 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -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);

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to