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

index 268534a6b22f7c67da4a5539f4ae161d1a007fc0..c076afefc0f0cccb311e7a732fc29bfb326df0c9 100644 (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))