Mercurial > pidgin
changeset 6652:3c10d6de8bf3
[gaim-migrate @ 7177]
I think this is what Chip meant
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 31 Aug 2003 07:10:13 +0000 |
parents | 6eb1f388bdf8 |
children | 6cfa0af6a1fc |
files | src/gtkutils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutils.c Sat Aug 30 20:00:44 2003 +0000 +++ b/src/gtkutils.c Sun Aug 31 07:10:13 2003 +0000 @@ -792,7 +792,7 @@ account = gaim_connection_get_account(gc); } - if (check_account_func == NULL || !check_account_func(account)) + if (check_account_func && !check_account_func(account)) continue; plugin = gaim_find_prpl(gaim_account_get_protocol(account));