From: <nos...@us...> - 2006-09-21 12:47:59
|
Revision: 17333 http://svn.sourceforge.net/gaim/?rev=17333&view=rev Author: nosnilmot Date: 2006-09-21 05:47:44 -0700 (Thu, 21 Sep 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-09-21 03:07:04 UTC (rev 17332) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-09-21 12:47:44 UTC (rev 17333) @@ -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 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |