--- a/plugins/gaim-remote/remote.c Sat Mar 26 19:19:33 2005 +0000 +++ b/plugins/gaim-remote/remote.c Sat Mar 26 20:08:43 2005 +0000 @@ -392,8 +392,7 @@ memcpy(&id, data, sizeof(id)); account = g_list_nth_data(gaim_accounts_get_all(), id); if (account) - /* XXX: someone might want to extend this to allow connecting with a different status */ - gaim_account_connect(account, gaim_account_get_status(account, "online")); + gaim_account_connect(account); /* don't need to do anything here because the UI will get updates from other handlers */ break;