diff libpurple/protocols/yahoo/libyahoo.c @ 29874: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 0fe3f0bc0695 60af53dd42d5
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libyahoo.c	Mon Feb 22 18:00:18 2010 +0000
+++ b/libpurple/protocols/yahoo/libyahoo.c	Mon Feb 22 19:23:55 2010 +0000
@@ -264,7 +264,8 @@
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
 	yahoo_get_account_text_table,    /* get_account_text_table */
 	NULL, /* initiate_media */
-	NULL  /* can_do_media */
+	NULL,  /* get_media_caps */
+	NULL   /* get_moods */
 };
 
 static PurplePluginInfo info =