# HG changeset patch # User Eric Warmenhoven # Date 1003896476 0 # Node ID 5ba9ef368b8ea70edf8c70c003d5ed148f19615f # Parent f194dd8250d4a5faa5ad5e9a20e46a684cc80b3f [gaim-migrate @ 2606] hi committer: Tailor Script diff -r f194dd8250d4 -r 5ba9ef368b8e src/prefs.c --- a/src/prefs.c Wed Oct 24 01:42:48 2001 +0000 +++ b/src/prefs.c Wed Oct 24 04:07:56 2001 +0000 @@ -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)