comparison libpurple/protocols/yahoo/libyahoo.c @ 29478:2cb6ea4420a0

Add a NULL for PurplePluginProtocolInfo::get_moods to all the plugins I build
author Paul Aurich <paul@darkrain42.org>
date Mon, 22 Feb 2010 19:23:55 +0000
parents 7b88cc6c3f7a
children 60af53dd42d5
comparison
equal deleted inserted replaced
29477:96b03bce2cc5 29478:2cb6ea4420a0
262 yahoo_attention_types, 262 yahoo_attention_types,
263 263
264 sizeof(PurplePluginProtocolInfo), /* struct_size */ 264 sizeof(PurplePluginProtocolInfo), /* struct_size */
265 yahoo_get_account_text_table, /* get_account_text_table */ 265 yahoo_get_account_text_table, /* get_account_text_table */
266 NULL, /* initiate_media */ 266 NULL, /* initiate_media */
267 NULL /* can_do_media */ 267 NULL, /* get_media_caps */
268 NULL /* get_moods */
268 }; 269 };
269 270
270 static PurplePluginInfo info = 271 static PurplePluginInfo info =
271 { 272 {
272 PURPLE_PLUGIN_MAGIC, 273 PURPLE_PLUGIN_MAGIC,