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:
Wolfgang Sourdeau
2009-03-19 13:22:43 +00:00
parent c2555c75c0
commit f883d170d6
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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
+1
View File
@@ -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];