comparison libpurple/protocols/gg/gg.c @ 22410:d3c8fd63e296

Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl. Closes #1687 and #4971.
author Bartoz Oler <bartosz@pidgin.im>
date Mon, 03 Mar 2008 21:44:40 +0000
parents 252b96b6a32c
children 3225c99785b8 efaecb71baad
comparison
equal deleted inserted replaced
22409:3370f295a1e0 22410:d3c8fd63e296
2086 static PurplePluginProtocolInfo prpl_info = 2086 static PurplePluginProtocolInfo prpl_info =
2087 { 2087 {
2088 OPT_PROTO_REGISTER_NOSCREENNAME, 2088 OPT_PROTO_REGISTER_NOSCREENNAME,
2089 NULL, /* user_splits */ 2089 NULL, /* user_splits */
2090 NULL, /* protocol_options */ 2090 NULL, /* protocol_options */
2091 NO_BUDDY_ICONS, /* icon_spec */ 2091 {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
2092 ggp_list_icon, /* list_icon */ 2092 ggp_list_icon, /* list_icon */
2093 NULL, /* list_emblem */ 2093 NULL, /* list_emblem */
2094 ggp_status_text, /* status_text */ 2094 ggp_status_text, /* status_text */
2095 ggp_tooltip_text, /* tooltip_text */ 2095 ggp_tooltip_text, /* tooltip_text */
2096 ggp_status_types, /* status_types */ 2096 ggp_status_types, /* status_types */