# HG changeset patch # User Sean Egan # Date 1127260100 0 # Node ID c3bbfca00e85c45a6c80e54106cdcb421196d62d # Parent 5909ea4e7746c115529656b07d71c7fdb6f9a76c [gaim-migrate @ 13824] And don't report those errors in the statusbox committer: Tailor Script diff -r 5909ea4e7746 -r c3bbfca00e85 src/gtkconn.c --- a/src/gtkconn.c Tue Sep 20 23:28:23 2005 +0000 +++ b/src/gtkconn.c Tue Sep 20 23:48:20 2005 +0000 @@ -141,7 +141,6 @@ GaimAutoRecon *info; GSList* listAccount; - gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(list->statusbox), text); if (hash == NULL) { hash = g_hash_table_new_full(g_int_hash, g_int_equal, NULL, free_auto_recon); @@ -154,7 +153,9 @@ listAccount = NULL; if (!gc->wants_to_die) { - if (info == NULL) { + gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(list->statusbox), text); + + if (info == NULL) { info = g_new0(GaimAutoRecon, 1); g_hash_table_insert(hash, account, info); info->delay = INITIAL_RECON_DELAY;