Re: [evolution-patches] [Calendar] Fix for Bug 325637



Hi Rajeev,

 Thanks for your interest in Evolution.

A few thoughts on your bug and the patch.


1. You can mark a bug as resolved only after the fix has been reviewed,
approved and committed to the source CVS. 

2. The bug summary reads 'User status information can be displayed in
calendar'. I guess your intent was to 'display user status information
on the tooltip.  

3. e_calendar_component_get_status has a signature
e_cal_component_get_status (ECalComponent *comp, icalproperty_status
*status) while your call attempts to do a
e_cal_component_get_status (ECalComponent , char *).

4. Also, note that it is not the status of the component (which is not
so much of use) that you wish to display - it is the status of the
user. 
So, you should retrieve the attendee_list of the component and extract
the user's participation status. There is plenty of existing code that
you can look at to how to do the same.

Feel free to ping the hackers at #evolution (irc.gimp.org) while you
learn the ropes.

Cheers,
Harish



On Thu, 2006-01-05 at 21:59 -0800, Rajeev ramanathan wrote:
> *calendar/gui/e-calendar-view.c Here code added to display user status
> information
> 
> 
> ______________________________________________________________________
> Yahoo! Photos
> Ring in the New Year with Photo Calendars. Add photos, events,
> holidays, whatever.
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]