plugins/gaim-remote/remote.c

changeset 9460
7c1ab9155fe2
parent 8993
41f67bceab41
child 9608
0b3b4fcb642a
--- 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;

mercurial