mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user