From 904ba231c32cca94ce730edfba1e12efa0820cf0 Mon Sep 17 00:00:00 2001 From: Jongmin Lee Date: Wed, 6 Jul 2016 20:08:34 +0900 Subject: [PATCH] remove proper timer in landscape indicator connect callback Change-Id: I7b6971502a8c26f06ceccf1a7ed5f567cb42da54 Signed-off-by: Jaehyun Cho --- src/lib/elementary/elm_conform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_conform.c b/src/lib/elementary/elm_conform.c index d26da4bd41..5d0d53037b 100644 --- a/src/lib/elementary/elm_conform.c +++ b/src/lib/elementary/elm_conform.c @@ -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))