ScreenSaver: Set target for turn off display checkbox

I noticed while testing the nightly on vmware which, unlike vbox, includes
a video driver with DPMS support that this checkbox wasn't working.
This should fix it.
This commit is contained in:
John Scipione
2013-09-04 11:14:07 -04:00
parent 9bf1ba7dcf
commit 9fc9619079
@@ -379,6 +379,7 @@ FadeView::AttachedToWindow()
{
fEnableCheckBox->SetTarget(this);
fRunSlider->SetTarget(this);
fTurnOffCheckBox->SetTarget(this);
fTurnOffSlider->SetTarget(this);
fFadeNow->SetTarget(this);
fFadeNever->SetTarget(this);