diff libpurple/protocols/gg/gg.c @ 29854:a0fb6798d87c

Made it compile again. Changed aim_info.flag to guint64, to avoid loss of precition, I hope this won't break it... Re-introduced a couple of UI callbacks lost in earlier merges
author Marcus Lundblad <ml@update.uu.se>
date Sun, 07 Feb 2010 21:11:56 +0000
parents 737b75b5a888
children 818f2845ab47
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Sun Feb 07 19:40:49 2010 +0000
+++ b/libpurple/protocols/gg/gg.c	Sun Feb 07 21:11:56 2010 +0000
@@ -2465,7 +2465,8 @@
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
 	NULL,                           /* get_account_text_table */
 	NULL,                           /* initiate_media */
-	NULL                            /* can_do_media */
+	NULL,                            /* can_do_media */
+	NULL 				/* get_moods */
 };
 
 static PurplePluginInfo info = {