changeset 15176:bbeb1dfcb25b

[gaim-migrate @ 17961] XEP-0084 and XEP-0153 both say, "the image height and width SHOULD be between thirty-two (32) and ninety-six (96) pixels." I realize this is a "should" and not a "must," but I think it makes sense for us to follow it. Especially if we're already imposing the upper-bound. Hey, we should add a maximum filesize to this icon_spec struct. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 11 Dec 2006 17:48:40 +0000
parents 0f5124855240
children 50f263712df1
files libgaim/protocols/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/jabber/jabber.c	Mon Dec 11 13:32:53 2006 +0000
+++ b/libgaim/protocols/jabber/jabber.c	Mon Dec 11 17:48:40 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", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
+	{"png,gif,jpeg", 32, 32, 96, 96, 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 */