]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ply_boot_splash_load_plugin -> ply_boot_splash_load
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 14 Oct 2008 16:38:51 +0000 (12:38 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 14 Oct 2008 16:38:51 +0000 (12:38 -0400)
src/ply-boot-splash.c

index c076afefc0f0cccb311e7a732fc29bfb326df0c9..d7db1fdc3466a047628d26eb2c89182114702ab3 100644 (file)
@@ -510,7 +510,7 @@ main (int    argc,
 
   state.buffer = ply_buffer_new ();
   state.splash = ply_boot_splash_new (module_name, state.buffer);
-  if (!ply_boot_splash_load_plugin (state.splash))
+  if (!ply_boot_splash_load (state.splash))
     {
       perror ("could not load splash screen");
       return errno;