Fix 'apply not enabled' when changing lock on suspend.

SVN revision: 51760
This commit is contained in:
Christopher Michael 2010-08-30 17:19:03 +00:00
parent a324194bdf
commit eebc1b3ee1
1 changed files with 3 additions and 0 deletions

View File

@ -360,6 +360,9 @@ _basic_check_changed(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfda
if (e_config->desklock_start_locked != cfdata->start_locked)
return 1;
if (e_config->desklock_on_suspend != cfdata->lock_on_suspend)
return 1;
if (e_config->desklock_autolock_idle != cfdata->auto_lock)
return 1;