Monotone-Parent: 4d261df2cf600b1a2b203cffba49ea6559226fdd

Monotone-Revision: 7e0e7f16482ee3ae19401f5ff1f7b42154de45a5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-17T03:37:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-17 03:37:42 +00:00
parent bd194575df
commit 8e481d1407
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-09-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoParentFolder.m ([SOGoParentFolder
-subFolders]): returns a sorted array using the "compare:"
selector.
2007-09-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxCalendarSelector.m ([UIxCalendarSelector
+2 -1
View File
@@ -263,7 +263,8 @@
if (!subFolders)
[self initSubFolders];
return [subFolders allValues];
return [[subFolders allValues]
sortedArrayUsingSelector: @selector (compare:)];
}
/* acls */