fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-07 09:26 am

[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 [personal profile] ninetydegrees.

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;
--------------------------------------------------------------------------------