From: Eric W. <war...@us...> - 2001-10-24 04:07:58
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv17473 Modified Files: prefs.c Log Message: hi Index: prefs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/prefs.c,v retrieving revision 1.190 retrieving revision 1.191 diff -u -d -r1.190 -r1.191 --- prefs.c 2001/10/24 01:42:48 1.190 +++ prefs.c 2001/10/24 04:07:56 1.191 @@ -2585,6 +2585,9 @@ if (option == OPT_BLIST_SHOW_PIXMAPS) toggle_buddy_pixmaps(); + + if (option == OPT_BLIST_GREY_IDLERS) + update_idle_times(); } static void set_convo_option(GtkWidget *w, int option) |