Fix lockscreen unlocking animation issue.
authorhhh.kwon <hhh.kwon@samsung.com>
Thu, 4 Apr 2013 02:03:33 +0000 (11:03 +0900)
committerhhh.kwon <hhh.kwon@samsung.com>
Thu, 4 Apr 2013 02:04:10 +0000 (11:04 +0900)
Change-Id: I6eb5184d3fcd0708492b9c70d9e88b3402d67206

src/bg.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ca05f62..2df3394
--- a/src/bg.c
+++ b/src/bg.c
@@ -259,7 +259,6 @@ void _slider_up_cb(void *data, Evas * evas, Evas_Object * obj, void *event_info)
                }
                LOCK_SCREEN_TRACE_DBG("unlock the lock-screen");
                elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_HIDE);
-               edje_object_signal_emit(_EDJ(ad->ly_main), "transit,clipper", "clipper");
                vconf_set_int(VCONFKEY_IDLE_LOCK_STATE, VCONFKEY_IDLE_UNLOCK);
        }
 }