throbgress: s/TRUE/true/

I introduced a compilation error in Ian's patch when changing it
slightly.
This commit is contained in:
Ray Strode 2012-07-23 22:49:24 -04:00
parent 7122700e8b
commit d7b7e378e6

View file

@ -529,7 +529,7 @@ start_animation (ply_boot_splash_plugin_t *plugin)
plugin->is_animating = true;
if (plugin->mode == PLY_BOOT_SPLASH_MODE_SHUTDOWN)
plugin->is_idle = TRUE;
plugin->is_idle = true;
}
static void