aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-19 03:03:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-19 03:03:42 +0800
commitdbd93b798184e94e492280bc81644477f8947168 (patch)
tree96ed24f6247c2b030f068407488df937b9923c4e /calendar/gui/e-week-view.c
parent0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7 (diff)
downloadgsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar.gz
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar.bz2
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar.lz
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar.xz
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.tar.zst
gsoc2013-evolution-dbd93b798184e94e492280bc81644477f8947168.zip
Re-enable more calendar bits.
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 8cf36bc791..663f1bf223 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -4037,8 +4037,6 @@ e_week_view_cursor_key_right (EWeekView *week_view)
static gboolean
e_week_view_add_new_event_in_selected_range (EWeekView *week_view, const gchar *initial_text)
{
-#if 0 /* KILL-BONOBO */
- EWeekView *week_view;
ECal *ecal;
ECalModel *model;
ECalComponent *comp;
@@ -4225,7 +4223,6 @@ e_week_view_do_key_press (GtkWidget *widget, GdkEventKey *event)
g_free (initial_text);
return ret_val;
-#endif
}
static gint
@@ -4261,7 +4258,6 @@ e_week_view_get_adjust_days_for_move_right (EWeekView *week_view,gint current_da
static gboolean
e_week_view_key_press (GtkWidget *widget, GdkEventKey *event)
{
-#if 0 /* KILL-BONOBO */
gboolean handled = FALSE;
handled = e_week_view_do_key_press (widget, event);
@@ -4269,7 +4265,6 @@ e_week_view_key_press (GtkWidget *widget, GdkEventKey *event)
if (!handled)
handled = GTK_WIDGET_CLASS (e_week_view_parent_class)->key_press_event (widget, event);
return handled;
-#endif
}
void
@@ -4294,7 +4289,6 @@ e_week_view_popup_menu (GtkWidget *widget)
void
e_week_view_jump_to_button_item (EWeekView *week_view, GnomeCanvasItem *item)
{
-#if 0 /* KILL-BONOBO */
gint day;
GnomeCalendar *calendar;
@@ -4310,7 +4304,6 @@ e_week_view_jump_to_button_item (EWeekView *week_view, GnomeCanvasItem *item)
return;
}
}
-#endif
}
static gboolean