summaryrefslogtreecommitdiff
path: root/src/pwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwlock.c')
-rwxr-xr-xsrc/pwlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pwlock.c b/src/pwlock.c
index c48551f..f62e6a3 100755
--- a/src/pwlock.c
+++ b/src/pwlock.c
@@ -435,7 +435,7 @@ Eina_Bool vconf_tapi_ready_expire_cb(void *pData)
} else {
if (vconf_val == VCONFKEY_TELEPHONY_TAPI_STATE_NONE) {
_DBG("TAPI is not ready, pwlock exit");
- _trans(ad, _ST_EXIT);
+ _trans(ad, _ST_GREETING);
do_state(ad);
} else {
_DBG("TAPI is ready");
@@ -513,7 +513,7 @@ static int do_ST_TAPI_INIT(struct appdata *ad)
ad->t = pwlock_tapi_init(pwlock_tapi_cb, ad);
if (ad->t == NULL) {
_ERR("TAPI init error");
- _trans(ad, _ST_EXIT);
+ _trans(ad, _ST_GREETING);
return ECORE_CALLBACK_RENEW;
}