diff src/gtkblist.c @ 10036:0ddc38f8db4a

[gaim-migrate @ 10995] this account deletion patch should have been committed to both trees a while ago committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 18 Sep 2004 21:55:37 +0000
parents 8cc6f0bfa215
children dcdda2857ca8
line wrap: on
line diff
--- 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) {