diff src/buddy.c @ 2610:98928712e319

[gaim-migrate @ 2623] eh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 18:22:37 +0000
parents e0d4a23aac89
children 6f7e1fc3e132
line wrap: on
line diff
--- a/src/buddy.c	Thu Oct 25 18:12:48 2001 +0000
+++ b/src/buddy.c	Thu Oct 25 18:22:37 2001 +0000
@@ -1956,7 +1956,7 @@
 	style = gtk_style_new();
 	gdk_font_unref(style->font);
 	style->font = gdk_font_ref(GTK_WIDGET(bs->label)->style->font);
-	if ((blist_options & OPT_BLIST_GREY_IDLERS) && (b->idle) && (t - b->idle >= 1200)) {
+	if ((blist_options & OPT_BLIST_GREY_IDLERS) && (b->idle)) {
 		style->fg[GTK_STATE_NORMAL].red =
 		  (style->fg[GTK_STATE_NORMAL].red / 2) + (style->bg[GTK_STATE_NORMAL].red / 2);
 		style->fg[GTK_STATE_NORMAL].green =