[gaim-migrate @ 17120]

Fri, 01 Sep 2006 22:45:42 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Fri, 01 Sep 2006 22:45:42 +0000
changeset 14474
5c639635fa8a
parent 14473
3cb0f414dcf0
child 14475
623bd3e823b2

[gaim-migrate @ 17120]
Also, let's scale to PNG to preserve transparency.

libgaim/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
--- a/libgaim/protocols/jabber/jabber.c	Fri Sep 01 22:15:34 2006 +0000
+++ b/libgaim/protocols/jabber/jabber.c	Fri Sep 01 22:45:42 2006 +0000
@@ -1831,7 +1831,7 @@
 	OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
 	NULL,							/* user_splits */
 	NULL,							/* protocol_options */
-	{"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
+	{"png,jpg,gif", 0, 0, 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 */

mercurial