Since a11y part can only acess gnome-calendar and cannot access
calendar-component and e-info-label, so I think just put it in a11y is
OK. Li Yuan will provide a new patch to change the function name soon. Harry JP Rosevear wrote: On Wed, 2004-10-27 at 15:08 +0800, Harry Lu wrote:From the ChangeLog, it is removed by JP. ------------------------- 2004-10-15 JP Rosevear <jpr novell com> * gui/calendar-commands.h (calendar_goto_today): remove prototype * gui/calendar-commands.c: remove dead function ---------------------------------------- Since currently only a11y part using this function, I think moving to a11y is OK. And yes, the function name needs to be changed. JP, what is your suggestions?Depends i guess, it looks like you are using the function to set the accessble name of the view itself, so the options are: 1) replicate it in a11y 2) make the a public get/set info for the calendar component 3) extend e-info-label so you can get the info from it (this would probably be useful for all components) -JP |