Mercurial > pidgin
changeset 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 | 4e4dec9bb7a6 |
children | d324478ee203 |
files | src/buddy.c src/gtkimhtml.c |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
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 =
--- 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);