diff --git a/ChangeLog b/ChangeLog index abbed1874..ae12f92eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-23 Wolfgang Sourdeau + + * Tools/sogo-tool.m (main): we check "SOGoUserSources" rather than + the obsolete "SOGoLDAPSources". + 2009-11-20 Wolfgang Sourdeau * SoObjects/SOGo/SOGoDAVAuthenticator.m (-init): removed method, diff --git a/Tools/sogo-tool.m b/Tools/sogo-tool.m index 762a0c934..0aae09c2f 100644 --- a/Tools/sogo-tool.m +++ b/Tools/sogo-tool.m @@ -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])