# HG changeset patch # User Etan Reisner # Date 1159604657 0 # Node ID 61a4a2dc491e40ebc5ccfb0e3b67945309fd74ee # Parent 477a2d0ad1334a5e705cc3bd25d68aab7afbdd18 [gaim-migrate @ 17408] I'm pretty sure this is what was meant here, and no this doesn't indicate a general level of boredom. committer: Tailor Script diff -r 477a2d0ad133 -r 61a4a2dc491e libgaim/account.c --- a/libgaim/account.c Sat Sep 30 03:49:00 2006 +0000 +++ b/libgaim/account.c Sat Sep 30 08:24:17 2006 +0000 @@ -1354,7 +1354,7 @@ { g_return_if_fail(account != NULL); - /* Old with the old... */ + /* Out with the old... */ if (account->status_types != NULL) { g_list_foreach(account->status_types, (GFunc)gaim_status_type_destroy, NULL);