changeset 13016:8acf409a2d5f

[gaim-migrate @ 15369] And... compile. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 08:09:47 +0000
parents 2d71d4081e06
children 7fdd1c0c585c
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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));