From d7b7e378e6721775b76a99add6a42533bbe0dbf5 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 23 Jul 2012 22:49:24 -0400 Subject: [PATCH] throbgress: s/TRUE/true/ I introduced a compilation error in Ian's patch when changing it slightly. --- src/plugins/splash/throbgress/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/splash/throbgress/plugin.c b/src/plugins/splash/throbgress/plugin.c index 9e60ec5f..6687f920 100644 --- a/src/plugins/splash/throbgress/plugin.c +++ b/src/plugins/splash/throbgress/plugin.c @@ -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