mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user