diff src/gtkblist.c @ 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 d60272410bd5
children 4971193f761d
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;