From 2c041feaaef25b4fb1c33fb990b34fbd94af2eb9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 May 2007 15:59:39 +0000 Subject: [PATCH] Monotone-Parent: 1fd4f5e18827925008e26dac2c8a95ca5311ee27 Monotone-Revision: 709c82cae5a3806eb4d54d45003d5be1927c6ed1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T15:59:39 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar b/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar index 64353fe20..296c30696 100644 --- a/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar +++ b/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar @@ -25,10 +25,11 @@ label="Day View"; onclick = "return onDayOverview();"; image = "day-view.png"; }, - { link = "dayoverview"; +/* disabled until we fix the view */ +/* { link = "dayoverview"; label="Multicolumn Day View"; onclick = "return onMulticolumnDayOverview();"; - image = "day-view-multicolumn.png"; }, + image = "day-view-multicolumn.png"; }, */ { link = "weekoverview"; label="Week View"; onclick = "return onWeekOverview();";