diff src/account.c @ 10418:bed2c96bc1fb

[gaim-migrate @ 11669] I split the status-saving code into it's own little API, because it really is separate from the other status.c savedstatuses.c sits on top of the rest of the status API. And you can delete saved statuses now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 00:46:26 +0000
parents ce098e226486
children 3232e1a33899
line wrap: on
line diff
--- a/src/account.c	Sat Dec 25 20:24:17 2004 +0000
+++ b/src/account.c	Sun Dec 26 00:46:26 2004 +0000
@@ -463,7 +463,7 @@
 	account->buddy_icon = (icon == NULL ? NULL : g_strdup(icon));
 	if (account->gc)
 		serv_set_buddyicon(account->gc, icon);
-	
+
 	schedule_accounts_save();
 }