Fix in autoread from the start of the context
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Mon, 3 Aug 2015 12:46:55 +0000 (14:46 +0200)
committerTomasz Olszak <t.olszak@samsung.com>
Mon, 3 Aug 2015 14:49:05 +0000 (23:49 +0900)
Change-Id: I0168216500eda9f80510c51be99ea6ae4587c022
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
src/navigator.c

index 81e7ea4..0338fb1 100644 (file)
@@ -1386,8 +1386,8 @@ void auto_review_highlight_top(void)
 {
    DEBUG("START");
    char *text_to_speak = NULL;
-   AtspiAccessible *first = flat_navi_context_first(context);
    AtspiAccessible *obj = flat_navi_context_current_get(context);
+   AtspiAccessible *first = flat_navi_context_first(context);
 
    if(first != obj)
       {