# HG changeset patch # User Stu Tomlinson # Date 1158842864 0 # Node ID 3a65f07aaf54499c94eb0c6c15e9152e2e718594 # Parent 1e1bcb4a6d820c90d16b9f9f46b7784f0fccbbf8 [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 diff -r 1e1bcb4a6d82 -r 3a65f07aaf54 libgaim/protocols/oscar/oscar.c --- 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 */