diff libpurple/protocols/mxit/mxit.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 f549ad844d54
children 2a436e0ce977
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.c	Mon Feb 22 18:00:18 2010 +0000
+++ b/libpurple/protocols/mxit/mxit.c	Mon Feb 22 19:23:55 2010 +0000
@@ -633,8 +633,9 @@
 	NULL,					/* attention_types */
 	sizeof( PurplePluginProtocolInfo ),		/* struct_size */
 	mxit_get_text_table,	/* get_account_text_table */
-	NULL,
-	NULL
+	NULL,					/* initiate_media */
+	NULL,					/* get_media_caps */
+	NULL					/* get_moods */
 };