[gaim-migrate @ 2607]

Wed, 24 Oct 2001 04:56:37 +0000

author
Rob Flynn <gaim@robflynn.com>
date
Wed, 24 Oct 2001 04:56:37 +0000
changeset 2594
da7708785948
parent 2593
8964cf2030e9
child 2595
60c1a3673ad2

[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)

mercurial