remove proper timer in landscape indicator connect callback

Change-Id: I7b6971502a8c26f06ceccf1a7ed5f567cb42da54
Signed-off-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
This commit is contained in:
Jongmin Lee 2016-07-06 20:08:34 +09:00 committed by Jaehyun Cho
parent 3412ad9ca3
commit 904ba231c3
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ _land_indicator_connect_cb(void *data)
}
if (strchr(indicator_serv_name, '/'))
{
sd->port_indi_timer = NULL;
sd->land_indi_timer = NULL;
return ECORE_CALLBACK_CANCEL;
}
if (elm_plug_connect(sd->landscape_indicator, indicator_serv_name, 0, EINA_FALSE))