remove proper timer in landscape indicator connect callback 08/166608/2
authorJongmin Lee <jm105.lee@samsung.com>
Wed, 6 Jul 2016 11:08:34 +0000 (20:08 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 11 Jan 2018 11:44:14 +0000 (11:44 +0000)
Change-Id: I7b6971502a8c26f06ceccf1a7ed5f567cb42da54
Signed-off-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/lib/elementary/elm_conform.c

index a23bd82..2ee187f 100644 (file)
@@ -456,7 +456,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))