Save [Options]/CheckedBgZoom as bool value

This commit is contained in:
David Capello 2014-03-01 18:53:00 -03:00
parent 6023c62fa0
commit 316223cee9

View File

@ -319,7 +319,7 @@ bool RenderEngine::getCheckedBgZoom()
void RenderEngine::setCheckedBgZoom(bool state)
{
checked_bg_zoom = state;
set_config_int("Options", "CheckedBgZoom", state);
set_config_bool("Options", "CheckedBgZoom", state);
}
// static