diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 21:12:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 21:12:46 +0800 |
commit | e8382099228d46ebef684c5384bab6ec710283ce (patch) | |
tree | cadc101a9ed66fae1c000f46e527495503670d60 /calendar/gui/e-day-view.c | |
parent | a038218838b2583c4058b30b70e69322965a2996 (diff) | |
download | gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.gz gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.zst gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.zip |
Re-enable more calendar code.
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r-- | calendar/gui/e-day-view.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 17cd345b63..cb69eecf50 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -26,7 +26,7 @@ #endif #include "e-day-view.h" -/*#include "a11y/ea-calendar.h"*/ /* KILL-BONOBO */ +#include "ea-calendar.h" #include <math.h> #include <time.h> @@ -790,10 +790,8 @@ e_day_view_class_init (EDayViewClass *class) 0, G_PARAM_READWRITE)); -#if 0 /* KILL-BONOBO */ /* init the accessibility support for e_day_view */ e_day_view_a11y_init (); -#endif } static void |