From: Eric W. <war...@us...> - 2001-10-25 18:22:40
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv12866 Modified Files: buddy.c gtkimhtml.c Log Message: eh Index: buddy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy.c,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- buddy.c 2001/10/25 09:19:25 1.263 +++ buddy.c 2001/10/25 18:22:37 1.264 @@ -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 = Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- gtkimhtml.c 2001/10/25 18:12:48 1.59 +++ gtkimhtml.c 2001/10/25 18:22:37 1.60 @@ -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); |