Opened 13 years ago
Closed 12 years ago
#453 closed defect/bug (fixed)
announcer_toggle does not stop announcer
Reported by: | crueb | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
When I start navigation, Navit does announcing. I have a button on OSD to toggle it. On command line I can see:
navit:osd_std_click:calling command 'navit_announcer_toggle' navit:dump:type:none navit:dump:attribute '' from ''
But it keeps on talking afterwards and the icon does not change...
in navit.xml:
<osd enabled="yes" type="toggle_announcer" x="-70" y="318" w="70" h="70" icon_src="$NAVIT_SHAREDIR/xpm/%s_70_70.png" />
Navit svn r2517 from http://download.navit-project.org/navit/openmoko/svn/
Change History (1)
comment:1 Changed 12 years ago by kazer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The right keyword to use in your config is "toggle_announcer()"
I've fixed the documentation.