Re: [evolution-patches] patch for review (45775)(calendar keyboard navigation)



On Mon, 2003-09-22 at 12:56, Rodrigo Moya wrote:
> On Sat, 2003-09-13 at 07:43, wu yang wrote:
> > This patch is for evolution calendar keyboard navigation.
> > Bug#45775
> > in DayView, WeekView, Task: Alt+o, open the editing dialog for current
> > selected item
> > The same bug has fix in 1.4 a month ago.
> > This patch is for HEAD.
> 
> no, this patch is not for HEAD, since it still uses the event->comp file
>
s/file/field

cheers

> in the ECalViewEvent struct, which does not exist anymore:
> 
> +static void 
> +e_cal_view_open_event (ECalView *cal_view)
> +{
> +       GList *selected;
> +
> +       selected = e_cal_view_get_selected_events (cal_view);
> +       if (selected) {
> +               ECalViewEvent *event = (ECalViewEvent *) selected->data;
> +
> +               if (event)
> +                       gnome_calendar_edit_object
> (cal_view->priv->calendar, event->comp, FALSE);
> +
> +               g_list_free (selected);
> +       }
> +}
> 
> cheers
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches




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