Mon, 23 Jan 2006 08:09:47 +0000
[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));