summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-06-13 17:16:44 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2008-06-13 17:16:44 -0400
commita6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39 (patch)
treec192fbe9dcba77b2d01a81148d21fa1f3d17c077 /src/main.c
parent54a651f30cb40c4adbba610aff86d20a4bc38e52 (diff)
downloadplymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.tar.gz
plymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.tar.xz
plymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.zip
Name the default plugin "default.so", not "graphical.so", so that it's obvious what's going on there.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b5ca0da..b586f45 100644
--- a/src/main.c
+++ b/src/main.c
@@ -125,7 +125,7 @@ on_show_splash (state_t *state)
{
ply_trace ("Showing splash screen");
state->boot_splash = start_boot_splash (state,
- PLYMOUTH_PLUGIN_PATH "graphical.so");
+ PLYMOUTH_PLUGIN_PATH "default.so");
if (state->boot_splash == NULL)
{