From: Saleem Abdulrasool Date: Tue, 14 Oct 2008 16:38:19 +0000 (-0400) Subject: insufficient parameters passed to ply_boot_splash_add_window X-Git-Tag: 0.6.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde5abb890e8f69b99d467ca3d4d731a47e9ba92;p=thirdparty%2Fplymouth.git insufficient parameters passed to ply_boot_splash_add_window --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 268534a6..c076afef 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -516,7 +516,7 @@ main (int argc, return errno; } - ply_boot_splash_add_window (state.window); + ply_boot_splash_add_window (state.splash, state.window); ply_boot_splash_attach_to_event_loop (state.splash, state.loop); if (!ply_boot_splash_show (state.splash))