Monotone-Parent: 1aaea249ad1360b144fa338a55f11cad2cf930d0

Monotone-Revision: 93ac3544873becf72157e54ddeac053456390045

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-28T13:19:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-09-28 13:19:48 +00:00
parent ed6ca84762
commit 65964c5b71
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-09-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUser.m (+initialize): avoid a crash when
SOGoProfileURL is not set.
2009-09-27 Ludovic Marcotte <lmarcotte@inverse.ca>
* Reworked the UIxMailPartSignedViewer to inherit
+2 -1
View File
@@ -146,7 +146,8 @@ _timeValue (NSString *key)
@" was renamed to 'SOGoProfileURL'"];
}
}
SOGoProfileURL = [[NSURL alloc] initWithString: profileURL];
if (profileURL)
SOGoProfileURL = [[NSURL alloc] initWithString: profileURL];
}
if (!fallbackIMAP4Server)
ASSIGN (fallbackIMAP4Server,