# HG changeset patch # User Eric Warmenhoven # Date 1004034157 0 # Node ID 98928712e3196ead1375b381c5adb1afb9f23c2c # Parent 4e4dec9bb7a6737f409d572e18eed7d6d3520f5d [gaim-migrate @ 2623] eh committer: Tailor Script diff -r 4e4dec9bb7a6 -r 98928712e319 src/buddy.c --- 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 = diff -r 4e4dec9bb7a6 -r 98928712e319 src/gtkimhtml.c --- a/src/gtkimhtml.c Thu Oct 25 18:12:48 2001 +0000 +++ b/src/gtkimhtml.c Thu Oct 25 18:22:37 2001 +0000 @@ -1944,7 +1944,6 @@ { "COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT } }; - imhtml->default_font = gtk_imhtml_font_load (imhtml, DEFAULT_FONT_NAME, FALSE, FALSE, 0); imhtml->hand_cursor = gdk_cursor_new (GDK_HAND2); imhtml->arrow_cursor = gdk_cursor_new (GDK_LEFT_PTR);