# HG changeset patch # User Rob Flynn # Date 1003899397 0 # Node ID c133c9499f239d0a6fdc65c91c81da5ce3ce0f37 # Parent 5ba9ef368b8ea70edf8c70c003d5ed148f19615f [gaim-migrate @ 2607] Might as well make the idle times happen immediately, too.. committer: Tailor Script diff -r 5ba9ef368b8e -r c133c9499f23 src/prefs.c --- a/src/prefs.c Wed Oct 24 04:07:56 2001 +0000 +++ b/src/prefs.c Wed Oct 24 04:56:37 2001 +0000 @@ -2588,6 +2588,9 @@ if (option == OPT_BLIST_GREY_IDLERS) update_idle_times(); + + if (option == OPT_BLIST_SHOW_IDLETIME) + update_idle_times(); } static void set_convo_option(GtkWidget *w, int option)