[gaim-migrate @ 14943]

Thu, 22 Dec 2005 00:36:44 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 22 Dec 2005 00:36:44 +0000
changeset 12607
4622f0adedf4
parent 12606
aedec2dcfcac
child 12608
6223da35dc2f

[gaim-migrate @ 14943]
Dewarning

src/gtkconn.c file | annotate | diff | comparison | revisions
src/protocols/bonjour/bonjour.c file | annotate | diff | comparison | revisions
--- a/src/gtkconn.c	Wed Dec 21 23:26:22 2005 +0000
+++ b/src/gtkconn.c	Thu Dec 22 00:36:44 2005 +0000
@@ -52,7 +52,6 @@
 		const char *text, size_t step, size_t step_count)
 {
 	GaimGtkBuddyList *gtkblist = gaim_gtk_blist_get_default_gtk_blist();
-	GtkGaimStatusBox *box;
 	if (!gtkblist)
 		return;
 	gtk_gaim_status_box_set_connecting(GTK_GAIM_STATUS_BOX(gtkblist->statusbox),
@@ -63,14 +62,13 @@
 static void gaim_gtk_connection_connected(GaimConnection *gc)
 {
 	GaimGtkBuddyList *gtkblist = gaim_gtk_blist_get_default_gtk_blist();
-	GtkGaimStatusBox *box;
 	GaimAccount *account = NULL;
 	if (!gtkblist)
 		return;
 	gtk_gaim_status_box_set_connecting(GTK_GAIM_STATUS_BOX(gtkblist->statusbox),
 					   (gaim_connections_get_connecting() != NULL));
 	account = gaim_connection_get_account(gc);
-	
+
 	if (hash != NULL)
 		g_hash_table_remove(hash, account);
 	if (accountReconnecting == NULL)
--- a/src/protocols/bonjour/bonjour.c	Wed Dec 21 23:26:22 2005 +0000
+++ b/src/protocols/bonjour/bonjour.c	Thu Dec 22 00:36:44 2005 +0000
@@ -405,7 +405,9 @@
 	NULL,                                                    /* roomlist_expand_category */
 	NULL,                                                    /* can_receive_file */
 	NULL,                                                    /* send_file */
-	NULL                                                     /* new_xfer */
+	NULL,                                                    /* new_xfer */
+	NULL,                                                    /* whiteboard_prpl_ops */
+	NULL,                                                    /* media_prpl_ops */
 };
 
 static GaimPluginInfo info =

mercurial