Re: [evolution-patches] [calendar] Reply ReplyAll options added for meetings
- From: Srinivasa Ragavan <sragavan novell com>
- To: Chakravarthi P <pchakravarthi novell com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] [calendar] Reply ReplyAll options added for meetings
- Date: Tue, 29 Nov 2005 11:36:14 +0530
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]