Re: [evolution-patches] patch for review (45775)(calendar keyboard navigation)
- From: Rodrigo Moya <rodrigo ximian com>
- To: wu yang <Yang Wu sun com>
- Cc: JP Rosevear <jpr ximian com>, Evolution Patches <evolution-patches ximian com>, sceri-evolution-acc sun com
- Subject: Re: [evolution-patches] patch for review (45775)(calendar keyboard navigation)
- Date: Mon, 22 Sep 2003 12:56:28 +0200
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
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]