try to run fedora-fade-in.so from current directory

This commit is contained in:
Ray Strode 2007-06-06 17:09:41 -04:00
parent 1cc0d920fc
commit f3b0031ba6

View file

@ -230,12 +230,12 @@ main (int argc,
loop = ply_event_loop_new ();
splash = ply_boot_splash_new ("fedora-fade-in.so");
splash = ply_boot_splash_new ("./fedora-fade-in.so");
ply_boot_splash_attach_to_event_loop (splash, loop);
if (!ply_boot_splash_show (splash))
{
perror ("could not start boot status daemon");
perror ("could not show splash screen");
return errno;
}