diff src/account.c @ 10005:c892b6dbc341

[gaim-migrate @ 10922] Dear everyone: export CFLAGS=-Wall make 1> /dev/null committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Sep 2004 02:51:22 +0000
parents e4d971338093
children a38881ec9c0f
line wrap: on
line diff
--- a/src/account.c	Fri Sep 10 02:05:22 2004 +0000
+++ b/src/account.c	Fri Sep 10 02:51:22 2004 +0000
@@ -520,6 +520,7 @@
 {
 	g_return_if_fail(account != NULL);
 
+	/* Old with the old... */
 	if (account->status_types != NULL)
 	{
 		GList *l;
@@ -530,6 +531,7 @@
 		g_list_free(account->status_types);
 	}
 
+	/* In with the new... */
 	account->status_types = status_types;
 }