From: Charlie Brej Date: Wed, 5 Aug 2009 15:21:53 +0000 (+0100) Subject: [throbgress] Do not remove an additional bullet when backspaceing X-Git-Tag: 0.7.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8d3bae862b366e65f06c89d719e5bd8a024a26;p=thirdparty%2Fplymouth.git [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. --- diff --git a/src/plugins/splash/throbgress/plugin.c b/src/plugins/splash/throbgress/plugin.c index 604d4046..86471746 100644 --- a/src/plugins/splash/throbgress/plugin.c +++ b/src/plugins/splash/throbgress/plugin.c @@ -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