mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
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:
@@ -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
|
||||
|
||||
@@ -263,7 +263,8 @@
|
||||
if (!subFolders)
|
||||
[self initSubFolders];
|
||||
|
||||
return [subFolders allValues];
|
||||
return [[subFolders allValues]
|
||||
sortedArrayUsingSelector: @selector (compare:)];
|
||||
}
|
||||
|
||||
/* acls */
|
||||
|
||||
Reference in New Issue
Block a user