aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKidd Wang <kidd.wang@sun.com>2004-01-08 14:44:25 +0800
committerHarry Lu <haip@src.gnome.org>2004-01-08 14:44:25 +0800
commite65df5f83f8893f328439ee05b216e9d8249e91e (patch)
tree8fcc485927e44f936d9d25f79ea3c44a2df1b936
parent7a65fa93f1161e07356a7cc9e63b976c1ce1453e (diff)
downloadgsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.gz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.bz2
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.lz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.xz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.zst
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.zip
delete the ECalViewMoveDirection type declaration which was added by
2004-01-08 Kidd Wang <kidd.wang@sun.com> * gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration which was added by mistake yesterday. * Changelog: add a missed entry for calender-commands.c. svn path=/trunk/; revision=24105
-rw-r--r--calendar/ChangeLog9
-rw-r--r--calendar/gui/e-cal-view.h7
-rw-r--r--calendar/gui/e-calendar-view.h7
3 files changed, 9 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a15d13bbd0..7cc0478828 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-08 Kidd Wang <kidd.wang@sun.com>
+
+ * gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration
+ which was added by mistake yesterday.
+
+ * Changelog: add a missed entry for calender-commands.c.
+
2004-01-07 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (load_alarms): call e_cal_view_start
@@ -72,6 +79,8 @@
* gui/e-tasks.[ch] (e_tasks_open_task): ditto.
* gui/tasks-control.c (tasks_control_sensitize_commands),
(tasks_control_open_task_cmd): add a menu item for "Open Task".
+ * gui/calender-commands.c: the event should also be allowed to open
+ even when it's readonly.
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
diff --git a/calendar/gui/e-cal-view.h b/calendar/gui/e-cal-view.h
index 8f1f1ba285..c224098554 100644
--- a/calendar/gui/e-cal-view.h
+++ b/calendar/gui/e-cal-view.h
@@ -48,13 +48,6 @@ typedef enum {
E_CALENDAR_VIEW_POS_BOTTOM_EDGE
} ECalendarViewPosition;
-typedef enum {
- E_CAL_VIEW_MOVE_UP,
- E_CAL_VIEW_MOVE_DOWN,
- E_CAL_VIEW_MOVE_LEFT,
- E_CAL_VIEW_MOVE_RIGHT
-} ECalViewMoveDirection;
-
#define E_CALENDAR_VIEW_EVENT_FIELDS \
GnomeCanvasItem *canvas_item; \
ECalModelComponent *comp_data; \
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 8f1f1ba285..c224098554 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -48,13 +48,6 @@ typedef enum {
E_CALENDAR_VIEW_POS_BOTTOM_EDGE
} ECalendarViewPosition;
-typedef enum {
- E_CAL_VIEW_MOVE_UP,
- E_CAL_VIEW_MOVE_DOWN,
- E_CAL_VIEW_MOVE_LEFT,
- E_CAL_VIEW_MOVE_RIGHT
-} ECalViewMoveDirection;
-
#define E_CALENDAR_VIEW_EVENT_FIELDS \
GnomeCanvasItem *canvas_item; \
ECalModelComponent *comp_data; \