From 6b8d3bae862b366e65f06c89d719e5bd8a024a26 Mon Sep 17 00:00:00 2001 From: Charlie Brej Date: Wed, 5 Aug 2009 16:21:53 +0100 Subject: [PATCH] [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. --- src/plugins/splash/throbgress/plugin.c | 1 - 1 file changed, 1 deletion(-) 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