pidgin/gtkstatusbox.c

changeset 28749
601a10ad0be1
parent 28748
53f15767337e
child 28750
185fe805c9d0
--- a/pidgin/gtkstatusbox.c	Mon Oct 26 01:11:53 2009 +0000
+++ b/pidgin/gtkstatusbox.c	Mon Oct 26 06:53:35 2009 +0000
@@ -2435,7 +2435,7 @@
 						purple_strequal(ss_msg, message))
 					{
 						gboolean found = FALSE;
-						/* The currently enabled accounts must have substatuses for all the active accts */
+						/* this status must have substatuses for all the active accts */
 						for(tmp = active_accts; tmp != NULL; tmp = tmp->next) {
 							PurpleAccount *acct = tmp->data;
 							PurpleSavedStatusSub *sub = purple_savedstatus_get_substatus(ss, acct);

mercurial