--- a/plugins/gaim-remote/remote.c Tue Jul 06 12:58:29 2004 +0000 +++ b/plugins/gaim-remote/remote.c Tue Jul 06 18:06:43 2004 +0000 @@ -78,7 +78,7 @@ account = gaim_connection_get_account(gc); username = gaim_account_get_username(account); - if (gaim_account_get_protocol(account) == GAIM_PROTO_OSCAR && + if (strcmp(gaim_account_get_protocol_id(account), "prpl-oscar") == 0 && username != NULL && isalpha(*username)) { break;