src/prpl.c

changeset 13335
49bcdb576d8b
parent 13331
06223648dc7e
child 13374
e5da5325b1fa
--- a/src/prpl.c	Mon Feb 27 08:49:14 2006 +0000
+++ b/src/prpl.c	Mon Feb 27 15:35:17 2006 +0000
@@ -308,7 +308,7 @@
 
 	prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
 
-	if (prpl_info->set_status != NULL)
+	if (!gaim_account_is_disconnected(account) && prpl_info->set_status != NULL)
 	{
 		prpl_info->set_status(account, new_status);
 	}

mercurial