Mercurial > pidgin
diff src/away.c @ 5580:86456ec3ca25
[gaim-migrate @ 5984]
More nifty stuff! Accounts now get converted, and other niceties.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 31 May 2003 02:27:03 +0000 |
| parents | 5e7de337a053 |
| children | b07aa997ddd8 |
line wrap: on
line diff
--- a/src/away.c Sat May 31 02:20:09 2003 +0000 +++ b/src/away.c Sat May 31 02:27:03 2003 +0000 @@ -77,7 +77,7 @@ if (!gaim_utf8_strcasecmp(qm->name, name)) { GaimAccount *account = NULL; - if (g_slist_index(gaim_accounts, qm->account) >= 0) + if (g_list_index(gaim_accounts_get_all(), qm->account) >= 0) account = qm->account; cnv = gaim_find_conversation(name); @@ -117,7 +117,7 @@ account = NULL; - if (g_slist_index(gaim_accounts, qm->account) >= 0) + if (g_list_index(gaim_accounts_get_all(), qm->account) >= 0) account = qm->account; cnv = gaim_find_conversation(qm->name);
