]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
throbgress: s/TRUE/true/
authorRay Strode <rstrode@redhat.com>
Tue, 24 Jul 2012 02:49:24 +0000 (22:49 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 24 Jul 2012 02:49:24 +0000 (22:49 -0400)
I introduced a compilation error in Ian's patch when changing it
slightly.

src/plugins/splash/throbgress/plugin.c

index 9e60ec5f6ec18c653416407dd893b804c1996dc1..6687f9200d3a73da37a864c468f96ada4f607d03 100644 (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