main: load /usr/share/plymouth/plymouthd.defaults not plymouthd.conf

When i deduplicated code a few commits back, I made a cut-and-paste
error and used the wrong file name for distro policy
This commit is contained in:
Ray Strode 2014-01-10 17:47:52 -05:00
parent 293e37ed93
commit 4a9c021d28

View file

@ -417,9 +417,9 @@ find_distribution_default_splash (state_t *state)
if (state->distribution_default_splash_path != NULL)
return;
if (!load_settings (state, PLYMOUTH_POLICY_DIR "plymouthd.conf", &state->distribution_default_splash_path))
if (!load_settings (state, PLYMOUTH_POLICY_DIR "plymouthd.defaults", &state->distribution_default_splash_path))
{
ply_trace ("failed to load " PLYMOUTH_POLICY_DIR "plymouthd.conf");
ply_trace ("failed to load " PLYMOUTH_POLICY_DIR "plymouthd.defaults");
return;
}