From: nerdopolis Date: Wed, 22 Nov 2023 16:07:56 +0000 (-0500) Subject: two-step: Rename ScaleBackgroundWallpaper to ScaleBackgroundImage X-Git-Tag: 23.51.283~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc25cfe93cfbdbd4af1931b6f0beb89409052f88;p=thirdparty%2Fplymouth.git two-step: Rename ScaleBackgroundWallpaper to ScaleBackgroundImage --- diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index e975e2cb..c3b45a05 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -1112,7 +1112,7 @@ create_plugin (ply_key_file_t *key_file) free (image_path); plugin->background_image_is_scaled = - ply_key_file_get_bool (key_file, "two-step", "ScaleBackgroundWallpaper"); + ply_key_file_get_bool (key_file, "two-step", "ScaleBackgroundImage"); if (!ply_kernel_command_line_has_argument ("secure_boot.warn_if_disabled=false") && !ply_is_secure_boot_enabled ()) {