Monotone-Parent: 616921280c79198f2b2025ca567453d8d7d550e7

Monotone-Revision: e831b47e5e76168e9bb7b9172e518e7d8c871173

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-10-15T14:53:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-10-15 14:53:54 +00:00
parent e08698a17e
commit 98c344993c
3 changed files with 92 additions and 70 deletions
+5
View File
@@ -1,5 +1,10 @@
2008-10-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailListView.m ([UIxMailListView
-columnsDisplayOrder]): slightly optimized method by reducing the
amount of method calls. Initialized userDefinedOrder as an
NSMutableArray instead of an NSArray. Fixed indentation.
* SoObjects/SOGo/SOGoObject.m ([SOGoObject -davURL])
([SOGoObject -soURL]): appended the port number to the hostname
used to construct the NSURL instance.