summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-30 09:04:06 -0400
committerRay Strode <rstrode@redhat.com>2008-05-30 09:04:06 -0400
commit545b50c3501841ba24f6ee7f0bf1c23b90f45b23 (patch)
treecfa3b670407a25b6fad12e2c2ca50717ed506f55 /src
parent4f635e04a66ec3c9f96edf662878204c2cb60e34 (diff)
downloadplymouth-545b50c3501841ba24f6ee7f0bf1c23b90f45b23.tar.gz
plymouth-545b50c3501841ba24f6ee7f0bf1c23b90f45b23.tar.xz
plymouth-545b50c3501841ba24f6ee7f0bf1c23b90f45b23.zip
Update ply-boot-splash test code to point to fade-in
We renamed it from fedora-fade-in to fade-in
Diffstat (limited to 'src')
-rw-r--r--src/ply-boot-splash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c
index 92ec173..1afe120 100644
--- a/src/ply-boot-splash.c
+++ b/src/ply-boot-splash.c
@@ -323,7 +323,7 @@ main (int argc,
if (argc > 1)
module_name = argv[1];
else
- module_name = "../splash-plugins/fedora-fade-in/.libs/fedora-fade-in.so";
+ module_name = "../splash-plugins/fade-in/.libs/fade-in.so";
state.window = ply_window_new (ttyname (0));