Re: [evolution-patches] [calendar] Reply ReplyAll options added for meetings
- From: "Chakravarthi P" <pchakravarthi novell com>
- To: "Srinivasa Ragavan" <SRagavan novell com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] [calendar] Reply ReplyAll options added for meetings
- Date: Tue, 29 Nov 2005 01:00:01 -0700
thanks for pointing that out.
the attached revised patch doesn't have
this problem as two call backs are
defined.
regards.
>>> Srinivasa Ragavan <sragavan novell com> 11/29/05 11:36 AM >>>
Hi
Im not sure about the rest of the code, but this is NOT acceptable.
On Mon, 2005-11-28 at 04:26 -0700, Chakravarthi P wrote:
> static void
> +on_reply (EPopup *ep, EPopupItem *pitem, void *data)
> +{
> + ECalendarView *cal_view = data;
> + GList *selected;
> + gboolean reply_all = FALSE;
> +
> + if (!strcmp (pitem->label,"Reply to _All"))
This is a localisable string and you cannot do this.
> + reply_all = TRUE;
> +
> + selected = e_calendar_view_get_selected_events (cal_view);
> + if (selected) {
> + ECalComponen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]