fix set lock state
authorSeungtaek Chung <seungtaek.chung@samsung.com>
Mon, 7 Jan 2013 11:43:04 +0000 (20:43 +0900)
committerSeungtaek Chung <seungtaek.chung@samsung.com>
Mon, 7 Jan 2013 11:43:04 +0000 (20:43 +0900)
packaging/starter.spec
src/lock-daemon.c

index 4ce983c..dd75dbe 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       starter
 Summary:    starter
-Version: 0.4.47
+Version: 0.4.50
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    TO_BE/FILLED_IN
index 906a452..d63fbd2 100755 (executable)
@@ -210,8 +210,7 @@ static Eina_Bool lockd_app_show_cb(void *data, int type, void *event)
        LOCKD_DBG("%s, %d", __func__, __LINE__);
        lockd_window_set_window_property(lockd->lockw, lockd->lock_app_pid,
                                         event);
-       if (lockd->lock_type > 1)
-               ecore_idler_add(lockd_set_lock_state_cb, NULL);
+       ecore_idler_add(lockd_set_lock_state_cb, NULL);
 
        return EINA_FALSE;
 }