From: Saleem Abdulrasool Date: Tue, 14 Oct 2008 16:38:51 +0000 (-0400) Subject: ply_boot_splash_load_plugin -> ply_boot_splash_load X-Git-Tag: 0.6.0~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef85bff015d10f21520c86d07f46c75078522f5f;p=thirdparty%2Fplymouth.git ply_boot_splash_load_plugin -> ply_boot_splash_load --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index c076afef..d7db1fdc 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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;