Wed, 24 Oct 2001 04:56:37 +0000
[gaim-migrate @ 2607]
Might as well make the idle times happen immediately, too..
| src/prefs.c | file | annotate | diff | comparison | revisions |
--- 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)