diff libpurple/protocols/sametime/sametime.c @ 26213:ff4212a5268f

propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59) to branch 'im.pidgin.pidgin.vv' (head 8df00cb1a28baa69d0a68e0e96af201ec7d87c09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 02 Mar 2009 18:47:27 +0000
parents 2d4f0dd04334 f0c2e27c7ae7
children 0c796a1950b7 5391094529c6
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Mon Mar 02 16:34:05 2009 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Mon Mar 02 18:47:27 2009 +0000
@@ -5209,7 +5209,8 @@
   .new_xfer                  = mw_prpl_new_xfer,
   .offline_message           = NULL,
   .whiteboard_prpl_ops       = NULL,
-  .send_raw                  = NULL
+  .send_raw                  = NULL,
+  .struct_size               = sizeof(PurplePluginProtocolInfo)		
 };