aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 78817553af..ac79a1b262 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1372,6 +1372,7 @@ static GdkPixbuf *progress_icon = NULL;
void
e_calendar_table_set_status_message (ECalendarTable *cal_table, const gchar *message)
{
+#if 0
EActivityHandler *activity_handler = tasks_component_peek_activity_handler (tasks_component_peek ());
g_return_if_fail (E_IS_CALENDAR_TABLE (cal_table));
@@ -1394,4 +1395,5 @@ e_calendar_table_set_status_message (ECalendarTable *cal_table, const gchar *mes
} else {
e_activity_handler_operation_progressing (activity_handler, cal_table->activity_id, message, -1.0);
}
+#endif
}