From 7549f7020816b84f85ae32b7bc4d4b6d157e64cc Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 May 2007 18:43:17 +0000 Subject: [PATCH] Monotone-Parent: 6b21c5d6a2344cfc87d185eafecf40f3d4c29c8c Monotone-Revision: 1aa812c42c241f2c5d21c2beac51ba74f407f6bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T18:43:17 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUser.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index f7890b17d..5039da3fc 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -115,7 +115,7 @@ static NSTimeZone *serverTimeZone = nil; { if (!systemEMail) { - systemEMail = [[self userManager] getSystemEmailForUID: [self login]]; + systemEMail = [[self userManager] getSystemEMailForUID: [self login]]; [systemEMail retain]; }