[access][config] support runtime enable more properly
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Apr 2013 08:35:25 +0000 (17:35 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Apr 2013 08:35:25 +0000 (17:35 +0900)
legacy/elementary/src/lib/elm_config.c

index d29ef71..a6024d2 100644 (file)
@@ -187,6 +187,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;
 }