Mercurial > pidgin.yaz
changeset 12607:78048f8af66f
[gaim-migrate @ 14943]
Dewarning
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 22 Dec 2005 00:36:44 +0000 |
parents | 51b0ce9d45d9 |
children | d13810de5bb3 |
files | src/gtkconn.c src/protocols/bonjour/bonjour.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 =