comparison libgaim/protocols/oscar/oscar.c @ 14413:9bb976c3b31f

[gaim-migrate @ 17121] We should do the same for OSCAR icons committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 01 Sep 2006 22:46:39 +0000
parents 648e33275d9d
children 8ed6ef220b2d
comparison
equal deleted inserted replaced
14412:bd9ba5679142 14413:9bb976c3b31f
6425 static GaimPluginProtocolInfo prpl_info = 6425 static GaimPluginProtocolInfo prpl_info =
6426 { 6426 {
6427 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, 6427 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
6428 NULL, /* user_splits */ 6428 NULL, /* user_splits */
6429 NULL, /* protocol_options */ 6429 NULL, /* protocol_options */
6430 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, 6430 {"gif,jpg,bmp,ico", 48, 48, 50, 50,
6431 GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 6431 GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
6432 oscar_list_icon, /* list_icon */ 6432 oscar_list_icon, /* list_icon */
6433 oscar_list_emblems, /* list_emblems */ 6433 oscar_list_emblems, /* list_emblems */
6434 oscar_status_text, /* status_text */ 6434 oscar_status_text, /* status_text */
6435 oscar_tooltip_text, /* tooltip_text */ 6435 oscar_tooltip_text, /* tooltip_text */