aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-28 21:12:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-28 21:12:46 +0800
commite8382099228d46ebef684c5384bab6ec710283ce (patch)
treecadc101a9ed66fae1c000f46e527495503670d60 /calendar/gui/e-calendar-view.c
parenta038218838b2583c4058b30b70e69322965a2996 (diff)
downloadgsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.gz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.bz2
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.lz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.xz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.zst
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.zip
Re-enable more calendar code.
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index a56dbc02fc..7450cd1221 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -43,6 +43,7 @@
#include "common/authentication.h"
#include "calendar-config.h"
#include "comp-util.h"
+#include "ea-calendar.h"
#include "e-cal-model-calendar.h"
#include "e-calendar-view.h"
#include "itip-utils.h"
@@ -56,7 +57,6 @@
#include "dialogs/select-source-dialog.h"
#include "print.h"
#include "goto.h"
-/*#include "a11y/ea-calendar.h"*/ /* KILL-BONOBO */
#include "misc.h"
#define E_CALENDAR_VIEW_GET_PRIVATE(obj) \
@@ -307,10 +307,8 @@ e_calendar_view_class_init (ECalendarViewClass *class)
gtk_binding_entry_add_signal (
binding_set, GDK_o, GDK_CONTROL_MASK, "open-event", 0);
-#if 0 /* KILL-BONOBO */
/* init the accessibility support for e_day_view */
e_cal_view_a11y_init ();
-#endif
}
static void