diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-27 00:11:01 +0000 |
commit | 3aa99e14cdc493a090d810dde163ea76b83d18f2 (patch) | |
tree | d7cbbab1c8ba039908f11138b34a31c6e75e0b15 /apps/sleeptimer.c | |
parent | a9c645f887947c924226f9570b61572c2d355b55 (diff) |
Step 4 of voice UI:
- "talkbox" functionality added, but yet without thumbnail recording
- menu under "general settings" to configure voice
- directories and folders can be voiced as a numbers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r-- | apps/sleeptimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index 1a6e3ec844..a236ed9ba7 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -144,7 +144,7 @@ bool sleeptimer_screen(void) hours, minutes); lcd_puts(0, 1, buf); - if (sayit) + if (sayit && global_settings.talk_menu) { bool enqueue = false; /* first one should not ne queued */ |