diff -r 5ecbc7cf4ee1 -r e07993a28f20 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Mon Oct 31 01:22:26 2011 +0000 +++ b/pidgin/gtkstatusbox.c Mon Oct 31 01:25:36 2011 +0000 @@ -412,7 +412,7 @@ if (src == NULL) return FALSE; - purple_util_fetch_url(src, TRUE, NULL, FALSE, statusbox_got_url, data); + purple_util_fetch_url(src, TRUE, NULL, FALSE, -1, statusbox_got_url, data); return TRUE; }