Monotone-Parent: dbf0e1c560253d898374155e0aa7bd9b90bc6555

Monotone-Revision: 0c87f247ac8738bb8abb3be8b9181fa346568ad5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-23T19:18:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-23 19:18:50 +00:00
parent 4a46b725c7
commit 4071fdb44a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-11-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tools/sogo-tool.m (main): we check "SOGoUserSources" rather than
the obsolete "SOGoLDAPSources".
2009-11-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoDAVAuthenticator.m (-init): removed method,
+1 -1
View File
@@ -229,7 +229,7 @@ main (int argc, char **argv, char **env)
ud = [NSUserDefaults standardUserDefaults];
[ud addSuiteNamed: @"sogod"];
if ([ud objectForKey: @"SOGoLDAPSources"])
if ([ud objectForKey: @"SOGoUserSources"])
{
dispatcher = [SOGoToolDispatcher new];
if ([dispatcher run])