From f273572c9572ea4cb2c03a89e6de3bbf27b1c613 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 2 Oct 2009 13:13:00 +0000 Subject: [PATCH] We get the user settings, not the defaults. Monotone-Parent: 40a85071e7335fa3da3361d43dbbf6cf13684342 Monotone-Revision: 3b18c2f1210021a7c5a829e08dbc01abb290d085 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-02T13:13:00 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolders.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolders.m b/SoObjects/Appointments/SOGoAppointmentFolders.m index b7375f018..909f1408b 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolders.m +++ b/SoObjects/Appointments/SOGoAppointmentFolders.m @@ -279,7 +279,7 @@ rc = nil; us = [[SOGoUser userWithLogin: [self ownerInContext: nil]] - userDefaults]; + userSettings]; tmp = [us objectForKey: @"Calendar"]; if (tmp)