[gaim-migrate @ 15369]

Mon, 23 Jan 2006 08:09:47 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 23 Jan 2006 08:09:47 +0000
changeset 13016
29dd619e4d41
parent 13015
79ca1e6153bd
child 13017
d3bcadbf3094

[gaim-migrate @ 15369]
And... compile.

src/gtkblist.c file | annotate | diff | comparison | revisions
--- 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