comparison src/protocols/oscar/oscar.c @ 10674:9aa1d4adf3e9

[gaim-migrate @ 12214] we need to scale these both ways committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 08 Mar 2005 23:56:20 +0000
parents 54ac161a876e
children e11f3e1599d4
comparison
equal deleted inserted replaced
10673:179b0245a2f7 10674:9aa1d4adf3e9
7637 static GaimPluginProtocolInfo prpl_info = 7637 static GaimPluginProtocolInfo prpl_info =
7638 { 7638 {
7639 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE, 7639 OPT_PROTO_MAIL_CHECK | OPT_PROTO_IM_IMAGE,
7640 NULL, /* user_splits */ 7640 NULL, /* user_splits */
7641 NULL, /* protocol_options */ 7641 NULL, /* protocol_options */
7642 {"jpeg,gif,bmp,ico", 48, 48, 50, 50, GAIM_ICON_SCALE_SEND}, /* icon_spec */ 7642 {"jpeg,gif,bmp,ico", 48, 48, 50, 50,
7643 GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
7643 oscar_list_icon, /* list_icon */ 7644 oscar_list_icon, /* list_icon */
7644 oscar_list_emblems, /* list_emblems */ 7645 oscar_list_emblems, /* list_emblems */
7645 oscar_status_text, /* status_text */ 7646 oscar_status_text, /* status_text */
7646 oscar_tooltip_text, /* tooltip_text */ 7647 oscar_tooltip_text, /* tooltip_text */
7647 oscar_status_types, /* status_types */ 7648 oscar_status_types, /* status_types */