hermet pushed a commit to branch master.

commit e4617409c9e8a09497afa0203495da609d3e3d6c
Author: ChunEon Park <[email protected]>
Date:   Sat Jun 8 18:11:09 2013 +0900

    elementary/naviframe - return as soon as possible
---
 src/lib/elc_naviframe.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index bfe87a7..1486a0d 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -364,12 +364,13 @@ _access_obj_process(Elm_Naviframe_Item *it, Eina_Bool 
is_access)
      }
    else
      {
-        if (it->title_label)
-          _elm_access_edje_object_part_object_unregister
-            (WIDGET(it), elm_layout_edje_get(VIEW(it)), TITLE_ACCESS_PART);
         /* to access title access object, any idea? */
         ao = ((Elm_Widget_Item *)it)->access_obj;
         if (!ao) return;
+
+        if (it->title_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