(eudc-attribute-display-method-alist): Use proper attribute name labeledUri
instead of deprecated labeledUrl.
This commit is contained in:
parent
13019081a3
commit
bae297c2a0
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
'(("jpegphoto" . eudc-display-jpeg-inline)
|
||||
("labeledurl" . eudc-display-url)
|
||||
("audio" . eudc-display-sound)
|
||||
("labeledurl" . eudc-display-url)
|
||||
("labeleduri" . eudc-display-url)
|
||||
("url" . eudc-display-url))
|
||||
'ldap)
|
||||
(eudc-protocol-set 'eudc-switch-to-server-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue