Monotone-Parent: 543147b39bffc7d4ded9dce3165dc1f76c274f14

Monotone-Revision: c804a1198c93f3d488e8064b304342c423eeb82b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-09T22:46:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-09 22:46:18 +00:00
parent e123adeb8b
commit 345dc875fe
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
2007-02-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactFolders.m ([SOGoContactFolders
-appendPersonalSourcesInContext:context]): release connectoin
channel when everything is done.
* UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView
-newAbAction]): new action method to crate a new contact folder
from the web UI.
+1
View File
@@ -106,6 +106,7 @@
row = [fc fetchAttributes: attrs withZone: NULL];
}
[cm releaseChannel: fc];
// sql = [sql stringByAppendingFormat:@" WHERE %@ = '%@'",
// uidColumnName, [self uid]];
}