[dw-free] Yoink Gizmo support
[commit: http://hg.dwscoalition.org/dw-free/rev/13f1ef653e0a]
http://bugs.dwscoalition.org/show_bug.cgi?id=4008
Remove Gizmo from vCard.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4008
Remove Gizmo from vCard.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/vCard.pm
-------------------------------------------------------------------------------- diff -r 45e3112599b3 -r 13f1ef653e0a cgi-bin/LJ/vCard.pm --- a/cgi-bin/LJ/vCard.pm Mon Nov 07 17:22:42 2011 +0800 +++ b/cgi-bin/LJ/vCard.pm Mon Nov 07 17:27:21 2011 +0800 @@ -44,7 +44,7 @@ $vcard->URL($u->journal_base . "/"); $u->preload_props(qw(city state country - aolim icq yahoo msn jabber google_talk skype gizmo)); + aolim google_talk icq jabber msn skype yahoo)); my $node; @@ -59,7 +59,7 @@ } if ($u->share_contactinfo($remote)) { - my @chats = qw(aolim icq yahoo msn jabber google_talk skype gizmo); + my @chats = qw(aolim google_talk icq jabber msn skype yahoo); foreach my $c (@chats) { my $field = uc $c; $field =~ s/_//g; --------------------------------------------------------------------------------