comparison libgaim/protocols/jabber/jabber.c @ 15120:acf1b5803346

[gaim-migrate @ 17905] I think gdk pixbuf recognizes "jpeg" and not "jpg" Also, is there any reason that Gaim didn't think that gif and jpeg were valid for msn and yahoo? It seems like that would cause us to convert people's icons to pngs, with possible negative consequences committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 07 Dec 2006 03:37:13 +0000
parents a259abeeee27
children c8957b9c6202
comparison
equal deleted inserted replaced
15119:4bf1777efb1f 15120:acf1b5803346
1842 static GaimPluginProtocolInfo prpl_info = 1842 static GaimPluginProtocolInfo prpl_info =
1843 { 1843 {
1844 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, 1844 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
1845 NULL, /* user_splits */ 1845 NULL, /* user_splits */
1846 NULL, /* protocol_options */ 1846 NULL, /* protocol_options */
1847 {"png,jpg,gif", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 1847 {"png,gif,jpeg", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
1848 jabber_list_icon, /* list_icon */ 1848 jabber_list_icon, /* list_icon */
1849 jabber_list_emblems, /* list_emblems */ 1849 jabber_list_emblems, /* list_emblems */
1850 jabber_status_text, /* status_text */ 1850 jabber_status_text, /* status_text */
1851 jabber_tooltip_text, /* tooltip_text */ 1851 jabber_tooltip_text, /* tooltip_text */
1852 jabber_status_types, /* status_types */ 1852 jabber_status_types, /* status_types */