diff libgaim/protocols/jabber/jabber.c @ 15219:4bf7801a2539

[gaim-migrate @ 18009] Add a max_filesize attribute to the icon_spec struct. It's not actually used yet--I'll update the UI to do that later. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 15 Dec 2006 10:35:18 +0000
parents f814b2df9cce
children 8e39ca9b954a
line wrap: on
line diff
--- a/libgaim/protocols/jabber/jabber.c	Fri Dec 15 08:39:53 2006 +0000
+++ b/libgaim/protocols/jabber/jabber.c	Fri Dec 15 10:35:18 2006 +0000
@@ -1852,7 +1852,7 @@
 	OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | OPT_PROTO_MAIL_CHECK,
 	NULL,							/* user_splits */
 	NULL,							/* protocol_options */
-	{"png,gif,jpeg", 32, 32, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
+	{"png,gif,jpeg", 32, 32, 96, 96, 8191, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
 	jabber_list_icon,				/* list_icon */
 	jabber_list_emblems,			/* list_emblems */
 	jabber_status_text,				/* status_text */