mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
[throbgress] Do not remove an additional bullet when backspaceing
Plugins shouldn't do anything when they see a backspace. The number of bullets is passed to them through a password status callback.
This commit is contained in:
parent
aa1b9c6175
commit
6b8d3bae86
1 changed files with 0 additions and 1 deletions
|
|
@ -291,7 +291,6 @@ on_keyboard_input (ply_boot_splash_plugin_t *plugin,
|
|||
void
|
||||
on_backspace (ply_boot_splash_plugin_t *plugin)
|
||||
{
|
||||
ply_entry_remove_bullet (plugin->entry);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue