summaryrefslogtreecommitdiff
path: root/src/pwlock.c
diff options
context:
space:
mode:
authorsunyeop.hwnag <sunyeop.hwang@samsung.com>2012-09-01 15:42:25 +0900
committersunyeop.hwnag <sunyeop.hwang@samsung.com>2012-09-01 15:42:25 +0900
commitcf6435f2ee2c651a384cbcf44139c2284b97767f (patch)
tree2e25301752d5ca8724a4d404755d35d5f12e8a51 /src/pwlock.c
parent5db33d2d70e16d6cccf7e5ed86b984f2d2e4b40c (diff)
downloadpwlock-cf6435f2ee2c651a384cbcf44139c2284b97767f.tar.gz
pwlock-cf6435f2ee2c651a384cbcf44139c2284b97767f.tar.bz2
pwlock-cf6435f2ee2c651a384cbcf44139c2284b97767f.zip
change to run setup wizard ui when tapi init failed
Change-Id: Ie09a5a2346a6ab3469d99bf3d47efb2599eb76f4
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;
}