pidgin/gtkstatusbox.c

changeset 32710
e07993a28f20
parent 32596
927575c2af4e
child 32913
af2c726febce
child 33120
f6f1a27ade72
--- 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;
 }
 

mercurial