changeset 14605:3a65f07aaf54

[gaim-migrate @ 17333] My gdk doesn't support writing gif files (do any of them?) and "jpeg" is the required identifier for jpeg images, jpg just doesn't cut it. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 21 Sep 2006 12:47:44 +0000
parents 1e1bcb4a6d82
children a35ed72bf50a
files libgaim/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/oscar/oscar.c	Thu Sep 21 03:07:04 2006 +0000
+++ b/libgaim/protocols/oscar/oscar.c	Thu Sep 21 12:47:44 2006 +0000
@@ -6426,7 +6426,7 @@
 	OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
-	{"gif,jpg,bmp,ico", 48, 48, 50, 50,
+	{"gif,jpeg,bmp,ico", 48, 48, 50, 50,
 		GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY},	/* icon_spec */
 	oscar_list_icon,		/* list_icon */
 	oscar_list_emblems,		/* list_emblems */