comparison libpurple/protocols/oscar/libicq.c @ 29458:a538cb73f897

propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e) to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head dcd3ab65d5cfcd79b00a7b95ab5fe788da64c112)
author Marcus Lundblad <ml@update.uu.se>
date Sun, 07 Feb 2010 19:31:56 +0000
parents a990da4540d3 5391094529c6
children a0fb6798d87c
comparison
equal deleted inserted replaced
28982:791606778223 29458:a538cb73f897
107 107
108 sizeof(PurplePluginProtocolInfo), /* struct_size */ 108 sizeof(PurplePluginProtocolInfo), /* struct_size */
109 icq_get_account_text_table, /* get_account_text_table */ 109 icq_get_account_text_table, /* get_account_text_table */
110 NULL, /* initiate_media */ 110 NULL, /* initiate_media */
111 NULL /* can_do_media */ 111 NULL /* can_do_media */
112 oscar_get_purple_moods, /* get_moods */
112 }; 113 };
113 114
114 static PurplePluginInfo info = 115 static PurplePluginInfo info =
115 { 116 {
116 PURPLE_PLUGIN_MAGIC, 117 PURPLE_PLUGIN_MAGIC,