src/prpl.c

changeset 11628
cdd5df7cfbc1
parent 11257
9743367c935e
child 11718
90804d019837
--- a/src/prpl.c	Sat Oct 08 18:21:48 2005 +0000
+++ b/src/prpl.c	Sat Oct 08 19:27:13 2005 +0000
@@ -297,7 +297,11 @@
 	prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
 
 	if (prpl_info->set_status != NULL)
+	{
 		prpl_info->set_status(account, new_status);
+		gaim_signal_emit(gaim_accounts_get_handle(), "account-status-changed",
+						account, old_status, new_status);
+	}
 }
 
 GList *

mercurial