#! /bin/sh /usr/share/dpatch/dpatch-run ## 10-get-back-icons.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad pidgin-facebookchat-1.54~/fb_blist.c pidgin-facebookchat-1.54/fb_blist.c --- pidgin-facebookchat-1.54~/fb_blist.c 2009-07-05 22:06:04.000000000 -0700 +++ pidgin-facebookchat-1.54/fb_blist.c 2009-07-11 17:09:20.000000000 -0700 @@ -213,7 +213,7 @@ /* Fetch their icon */ fb_post_or_get(fba, FB_METHOD_GET, "profile.ak.facebook.com", - buddy_icon_url + strlen("http://profile.ak.facebook.com"), NULL, + buddy_icon_url, NULL, buddy_icon_cb, g_strdup(purple_buddy_get_name(buddy)), FALSE); } }