--- a/src/account.c Mon Feb 28 18:18:22 2005 +0000 +++ b/src/account.c Tue Mar 01 21:15:58 2005 +0000 @@ -584,7 +584,7 @@ account->ui_settings = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, (GDestroyNotify)g_hash_table_destroy); account->system_log = NULL; - + account->presence = gaim_presence_new_for_account(account); prpl = gaim_find_prpl(protocol_id);