Mercurial > pidgin.yaz
changeset 8122:36674144c510
[gaim-migrate @ 8826]
This is what was meant, I think.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 16 Jan 2004 10:27:49 +0000 |
parents | edc9d9b4197a |
children | 0dc9fffb1e28 |
files | src/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Fri Jan 16 01:14:59 2004 +0000 +++ b/src/gtkblist.c Fri Jan 16 10:27:49 2004 +0000 @@ -2270,7 +2270,7 @@ ihrs = (t - b->idle) / 3600; imin = ((t - b->idle) / 60) % 60; - if (prpl && prpl_info->status_text && b->account->gc) { + if (prpl_info && prpl_info->status_text && b->account->gc) { char *tmp = prpl_info->status_text(b); const char *end;