[access] support runtime enable properly
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Apr 2013 08:05:44 +0000 (17:05 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 10:53:12 +0000 (19:53 +0900)
src/lib/elm_config.c

index 2d26a2e..71ae2ae 100644 (file)
@@ -165,6 +165,7 @@ _prop_config_get(void)
    _elm_config_font_overlay_apply();
    _elm_rescale();
    _elm_recache();
+   _elm_win_access(_elm_config->access_mode);
    ecore_event_add(ELM_EVENT_CONFIG_ALL_CHANGED, NULL, NULL, NULL);
    return EINA_TRUE;
 }