From ea65257acfef4b503cae478f71003663edb9bf59 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Nov 2009 18:11:31 +0000 Subject: [PATCH] Monotone-Parent: 4198e2465d45fe776a415bd2dea2e4f56eed4826 Monotone-Revision: 58bd680508238fce5d64f34df8270f76a1937b44 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T18:11:31 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/WebServerResources/SchedulerUI.js | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a256364c2..57ad5fd0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-11-30 Wolfgang Sourdeau + * UI/WebServerResources/SchedulerUI.js (initCalendars): the + "ShowCompletedTasks" parameter is in the UserSettings dictionary. + * SoObjects/SOGo/SOGoDefaultsSource.m (-migrateOldDefaultsWithDictionary:): when migrating between two existing keys, the new value is automatically overwritten with the diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index 88a4f1935..e5060af0d 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -2280,9 +2280,7 @@ function drawNowLine () { function initCalendars() { sorting["attribute"] = "start"; sorting["ascending"] = true; - /* FIXME: does this work at all? ShowCompletedTasks is in - UserSettings["Calendar"]... */ - showCompletedTasks = UserDefaults['ShowCompletedTasks']; + showCompletedTasks = UserSettings['ShowCompletedTasks']; if (!$(document.body).hasClassName("popup")) { var node = $("filterpopup");