insufficient parameters passed to ply_boot_splash_add_window

This commit is contained in:
Saleem Abdulrasool 2008-10-14 12:38:19 -04:00 committed by Ray Strode
parent b5f945e162
commit fde5abb890

View file

@ -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))