src/whiteboard.c

changeset 11506
5fdbdf55cbe9
parent 11475
1e222e6e52a0
child 11802
b97b3fea95ce
--- a/src/whiteboard.c	Sun Sep 11 05:19:46 2005 +0000
+++ b/src/whiteboard.c	Sun Sep 11 05:37:31 2005 +0000
@@ -59,13 +59,14 @@
 {
 	//g_print( "gaim_whiteboard_create()\n" );
 	
+	GaimPluginProtocolInfo *prpl_info;
 	GaimWhiteboard *wb	= g_new0( GaimWhiteboard, 1 );
-	
+
 	wb->account		= account;
 	wb->state		= state;
 	wb->who			= g_strdup( who );
 	
-	GaimPluginProtocolInfo *prpl_info = GAIM_PLUGIN_PROTOCOL_INFO( account->gc->prpl );
+	prpl_info = GAIM_PLUGIN_PROTOCOL_INFO( account->gc->prpl );
 	gaim_whiteboard_set_prpl_ops( wb, prpl_info->whiteboard_prpl_ops );
 	
 	// Start up protocol specifics

mercurial