comparison libgaim/protocols/jabber/jabber.c @ 14412:bd9ba5679142

[gaim-migrate @ 17120] Also, let's scale to PNG to preserve transparency. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 01 Sep 2006 22:45:42 +0000
parents 14fb08103914
children 289490ee84d1
comparison
equal deleted inserted replaced
14411:14fb08103914 14412:bd9ba5679142
1829 static GaimPluginProtocolInfo prpl_info = 1829 static GaimPluginProtocolInfo prpl_info =
1830 { 1830 {
1831 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, 1831 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
1832 NULL, /* user_splits */ 1832 NULL, /* user_splits */
1833 NULL, /* protocol_options */ 1833 NULL, /* protocol_options */
1834 {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 1834 {"png,jpg,gif", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
1835 jabber_list_icon, /* list_icon */ 1835 jabber_list_icon, /* list_icon */
1836 jabber_list_emblems, /* list_emblems */ 1836 jabber_list_emblems, /* list_emblems */
1837 jabber_status_text, /* status_text */ 1837 jabber_status_text, /* status_text */
1838 jabber_tooltip_text, /* tooltip_text */ 1838 jabber_tooltip_text, /* tooltip_text */
1839 jabber_status_types, /* status_types */ 1839 jabber_status_types, /* status_types */