mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 08b4d9cc0e0c16278d6212f7b7162bddfa4d3bb7
Monotone-Revision: 05d909a34ba534eac7075b29e41a123990cde5e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-24T18:45:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
displayName = [currentContact objectForKey: @"displayName"];
|
||||
if (!(displayName && [displayName length] > 0))
|
||||
displayName = [currentContact objectForKey: @"cn"];
|
||||
displayName = [currentContact objectForKey: @"c_cn"];
|
||||
|
||||
return displayName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user