Sat, 18 Sep 2004 21:55:37 +0000
[gaim-migrate @ 10995]
this account deletion patch should have been committed to both trees a
while ago
| src/gtkblist.c | file | annotate | diff | comparison | revisions | |
| src/prpl.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkblist.c Sat Sep 18 17:19:29 2004 +0000 +++ b/src/gtkblist.c Sat Sep 18 21:55:37 2004 +0000 @@ -4741,6 +4741,8 @@ const char *protoname = NULL; char buf[256]; + g_return_val_if_fail( account != NULL, NULL); + prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); if (prpl != NULL) {