Mercurial > pidgin.yaz
changeset 2594:c133c9499f23
[gaim-migrate @ 2607]
Might as well make the idle times happen immediately, too..
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 24 Oct 2001 04:56:37 +0000 |
parents | 5ba9ef368b8e |
children | 04a5f68f640c |
files | src/prefs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)