gaim/gaim

I'm dumb. Nothing new.

2006-04-10, Richard Laager
15ae3439a749
Parents f21fc71fde43
Children 255b89c51c20
I'm dumb. Nothing new.
  • +1 -1
    src/util.c
  • --- a/src/util.c Mon Apr 10 19:44:20 2006 -0400
    +++ b/src/util.c Mon Apr 10 20:28:53 2006 -0400
    @@ -2622,7 +2622,7 @@
    {
    const char *ret = NULL;
    - if (account == NULL)
    + if (account != NULL)
    {
    GaimPlugin *prpl = gaim_find_prpl(gaim_account_get_protocol_id(account));