From fde5abb890e8f69b99d467ca3d4d731a47e9ba92 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 14 Oct 2008 12:38:19 -0400 Subject: [PATCH] insufficient parameters passed to ply_boot_splash_add_window --- src/ply-boot-splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))