plugins/gaim-remote/remote.c

changeset 10401
51ae616ff395
parent 10395
786e15490d85
child 10462
760c4796c9a9
--- a/plugins/gaim-remote/remote.c	Sun Dec 19 20:32:32 2004 +0000
+++ b/plugins/gaim-remote/remote.c	Tue Dec 21 01:48:30 2004 +0000
@@ -392,7 +392,8 @@
 		memcpy(&id, data, sizeof(id));
 		account = g_list_nth_data(gaim_accounts_get_all(), id);
 		if (account)
-			gaim_account_connect(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"));
 		/* don't need to do anything here because the UI will get updates from other handlers */
 		break;
 

mercurial