src/gtkblist.c

changeset 13016
29dd619e4d41
parent 13015
79ca1e6153bd
child 13022
60db2ca976bf
--- 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));

mercurial