mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: 23f3b4b43483ecae3cd406145e28b0e2434afda0
Monotone-Revision: 60a13624c1564d45c6a2e6232501d6fd9ec1cb04 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T13:22:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-03-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m: initialize max to the correct value.
|
||||
|
||||
2009-03-18 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/MainUI/SOGoRootPage.m ([SOGoRootPage -version]): new method
|
||||
|
||||
@@ -125,6 +125,7 @@ static NSString *LDAPContactInfoAttribute = nil;
|
||||
|
||||
filter = [NSMutableDictionary dictionaryWithCapacity: 2];
|
||||
children = [parentNode getElementsByTagName: @"prop-match"];
|
||||
max = [children count];
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
node = [children objectAtIndex: count];
|
||||
|
||||
Reference in New Issue
Block a user