discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=428d2adb006c7a776b118ee5e6b0ff9cd9325025

commit 428d2adb006c7a776b118ee5e6b0ff9cd9325025
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Dec 19 11:00:28 2013 -0500

    errr...new desklock variable is meant to be !checked to see if the user has 
ever successfully unlocked
---
 src/bin/e_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 5da7b2d..5fff1f8 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -738,7 +738,7 @@ main(int argc, char **argv)
    TS("E_Popups Init Done");
    _e_main_shutdown_push(e_popup_shutdown);
 
-   if (waslocked || (locked && ((!after_restart) || 
(getenv("E_DESKLOCK_UNLOCKED")))))
+   if (waslocked || (locked && ((!after_restart) || 
(!getenv("E_DESKLOCK_UNLOCKED")))))
      e_desklock_show(EINA_TRUE);
 
    if (e_config->show_splash)

-- 


Reply via email to