mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
Monotone-Parent: 4198e2465d45fe776a415bd2dea2e4f56eed4826
Monotone-Revision: 58bd680508238fce5d64f34df8270f76a1937b44 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T18:11:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-11-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* 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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user