mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
See ChangeLog
Monotone-Parent: 3b7d228dcc72f9e1e396acb3f0225ad61769908c Monotone-Revision: 6dc341f7a0f37b8ee7ca892e2d126c44a8b70f7f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-07T12:46:56
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-08-07 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxListEditor.m (-setReferencesValue:): check for
|
||||
duplicates in the new list, not in the previous version.
|
||||
|
||||
2012-08-03 Jean Raby <jraby@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/LDAPSource.m (changePasswordForLogin):
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
currentReference = [references objectAtIndex: i];
|
||||
if (![self cardReferences: initialReferences
|
||||
if (![self cardReferences: [list cardReferences]
|
||||
contain: currentReference])
|
||||
{
|
||||
// Search contact by vCard UID
|
||||
|
||||
Reference in New Issue
Block a user