comparison libpurple/protocols/gg/gg.c @ 23785:efaecb71baad

propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9) to branch 'im.pidgin.pidgin.vv' (head 3ed39e8792f4a2e92ef5a3c7f4fb14251c9dae11)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Mar 2008 07:39:15 +0000
parents f5bcb58bdf56 d3c8fd63e296
children e4a4bc86c547
comparison
equal deleted inserted replaced
23784:741a702033e0 23785:efaecb71baad
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 */