]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[throbgress] Do not remove an additional bullet when backspaceing
authorCharlie Brej <cbrej@cs.man.ac.uk>
Wed, 5 Aug 2009 15:21:53 +0000 (16:21 +0100)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Wed, 5 Aug 2009 15:21:53 +0000 (16:21 +0100)
Plugins shouldn't do anything when they see  a backspace. The number of bullets
is passed to them through a password status callback.

src/plugins/splash/throbgress/plugin.c

index 604d40469104cdebd41126532ec312289e37fcd1..86471746ce7c730d144a55ecc46b761599e2a8e5 100644 (file)
@@ -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