errr...new desklock variable is meant to be !checked to see if the user has ever successfully unlocked

This commit is contained in:
Mike Blumenkrantz 2013-12-19 11:00:28 -05:00
parent cc9c130c24
commit 428d2adb00
1 changed files with 1 additions and 1 deletions

View File

@ -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)