--- a/src/gtkblist.c Mon Jan 23 08:08:33 2006 +0000 +++ b/src/gtkblist.c Mon Jan 23 08:09:47 2006 +0000 @@ -3512,7 +3512,7 @@ { GList *l; - if (message == NULL) + if (text == NULL) g_hash_table_remove(gtkblist->connection_errors, account); else g_hash_table_insert(gtkblist->connection_errors, account, g_strdup(text));