Merge "Revert "Disable TTS temporarily in wayland environment"" into tizen accepted/tizen/mobile/20150528.070037 accepted/tizen/tv/20150528.065935 accepted/tizen/wearable/20150528.070011 submit/tizen_mobile/20150528.000211 submit/tizen_tv/20150528.000205 submit/tizen_wearable/20150528.000217
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 27 May 2015 10:42:26 +0000 (03:42 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 27 May 2015 10:42:26 +0000 (03:42 -0700)
1  2 
scl/utils/linux/sclutils-linux.cpp

@@@ -87,10 -84,9 +84,9 @@@ static Eina_Bool _get_default_zone_geom
  #endif
  void accessibility_changed_cb(keynode_t *key, void* data)
  {
- #ifndef WAYLAND
      int r;
 -    int enabled;
 -    if (vconf_get_int(VCONFKEY_SETAPPL_ACCESSIBILITY_TTS, &enabled)) {
 +    int enabled = 0;
 +    if (vconf_get_int(VCONFKEY_SETAPPL_ACCESSIBILITY_TTS, &enabled) == 0) {
          LOGD("VCONFKEY_SETAPPL_ACCESSIBILITY_TTS : %d, (%p)", enabled, tts);
          if (enabled) {
              if (tts == NULL) {