diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-08-12 14:38:25 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-12 14:38:25 +0000 |
| commit | 18e40e0f4c45bf204571e548347e23b1bb5b4afd (patch) | |
| tree | 81aa6fdc600db2576b6581bc596d09ffb7390cec /apps/settings.c | |
| parent | 345920fe7e9d261abf564a71cf9675fbe72679de (diff) | |
| download | rockbox-18e40e0f4c45bf204571e548347e23b1bb5b4afd.zip rockbox-18e40e0f4c45bf204571e548347e23b1bb5b4afd.tar.gz rockbox-18e40e0f4c45bf204571e548347e23b1bb5b4afd.tar.bz2 rockbox-18e40e0f4c45bf204571e548347e23b1bb5b4afd.tar.xz | |
Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 6a761ec..bd2958e 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -652,7 +652,6 @@ bool settings_save_config(int options) break; } else { - splash(HZ, ID2P(LANG_CANCEL)); return false; } } |