Monotone-Parent: 594b63dec52253bd0d5b73291742bd2e5900ab17

Monotone-Revision: 1bfbaaca3307c1a812cb3497c3ba798763d4cf84

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-19T21:14:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-19 21:14:53 +00:00
parent b8e6882456
commit b84672ccdd
3 changed files with 30 additions and 131 deletions
+2 -2
View File
@@ -551,7 +551,7 @@ static int sogo_op_getprops(void *private_data,
context = cContext->objcContext;
[context setupRequest];
rc = [context getProperties: SPropTagArray inRow: aRow withMID: fmid type: type];
rc = [context getProperties: SPropTagArray ofTableType: type inRow: aRow withMID: fmid];
[context tearDownRequest];
[pool release];
@@ -578,7 +578,7 @@ static int sogo_op_setprops(void *private_data,
context = cContext->objcContext;
[context setupRequest];
rc = [context setPropertiesWithFMID: fmid type: type inRow: aRow];
rc = [context setPropertiesWithFMID: fmid ofTableType: type inRow: aRow];
[context tearDownRequest];
[pool release];