From 10417c241d3aefd43c5797c82386b2dd046774ce Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Sun, 22 Mar 2009 14:20:50 +0000 Subject: [PATCH] we initialize the ready state Monotone-Parent: f7a4e6329dc23e00a3a0de99cd95bb15d432656d Monotone-Revision: 1674514cbbb8b36021bc36e83a4fa580fe5718cf Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-03-22T14:20:50 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserDefaults.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/SOGoUserDefaults.m b/SoObjects/SOGo/SOGoUserDefaults.m index 01a726a7c..62cf0cf3e 100644 --- a/SoObjects/SOGo/SOGoUserDefaults.m +++ b/SoObjects/SOGo/SOGoUserDefaults.m @@ -56,6 +56,7 @@ static NSString *uidColumnName = @"c_uid"; fieldName = [theFieldName copy]; url = [theURL copy]; uid = [theUID copy]; + defFlags.ready = YES; } else {