SCR: Fix build break introduced by commit cb0d59b.

This commit is contained in:
Charlie Fenton 2015-03-08 06:13:44 -07:00
parent c0a033d9cf
commit c0f34a49e7
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ int CScreensaver::getSSMessage(char **theMessage, int* coveredFreq) {
m_bConnected = true;
if (IsDualGPUMacbook) {
ccstate.clear();
ccstate.global_prefs.clear_bools();
ccstate.global_prefs.init_bools();
int result = rpc->get_state(ccstate);
if (!result) {
OKToRunOnBatteries = ccstate.global_prefs.run_on_batteries;