[UIFWAC-8][NAVIFRAME] Reading the content of a naviframe with a title and subtitle...
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 8 Sep 2015 14:21:33 +0000 (16:21 +0200)
committerTomasz Olszak <t.olszak@samsung.com>
Tue, 15 Sep 2015 13:59:35 +0000 (22:59 +0900)
Change-Id: I8ac16eecd7491ef53062c5ff5f1e3fd464b4aed6
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
src/navigator.c

index 34f1f21..1bd7108 100644 (file)
@@ -547,6 +547,10 @@ char *generate_trait(AtspiAccessible * obj)
                        free(role_name);
                }
                g_object_unref(parent);
+       } else if (role == ATSPI_ROLE_HEADING) {
+
+               return NULL;
+
        } else {
                char *role_name = atspi_accessible_get_localized_role_name(obj, NULL);
                strncat(ret, role_name, sizeof(ret) - strlen(ret) - 1);