diff libgaim/protocols/oscar/libicq.c @ 15220: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 c8957b9c6202
children
line wrap: on
line diff
--- a/libgaim/protocols/oscar/libicq.c	Fri Dec 15 08:39:53 2006 +0000
+++ b/libgaim/protocols/oscar/libicq.c	Fri Dec 15 10:35:18 2006 +0000
@@ -32,7 +32,7 @@
 	OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
-	{"gif,jpeg,bmp,ico", 48, 48, 50, 50,
+	{"gif,jpeg,bmp,ico", 48, 48, 50, 50, 7168,
 		GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY},	/* icon_spec */
 	oscar_list_icon_icq,		/* list_icon */
 	oscar_list_emblems,		/* list_emblems */