# HG changeset patch # User Eric Warmenhoven # Date 1004571653 0 # Node ID 3618a207f1bf6319bd1a2e2d1e0cb58d49714eff # Parent df64d7ca0e030d210e907521d9f321e837b4cf3d [gaim-migrate @ 2657] better to only do this once. committer: Tailor Script diff -r df64d7ca0e03 -r 3618a207f1bf src/prefs.c --- a/src/prefs.c Wed Oct 31 20:39:12 2001 +0000 +++ b/src/prefs.c Wed Oct 31 23:40:53 2001 +0000 @@ -2586,10 +2586,7 @@ if (option == OPT_BLIST_SHOW_PIXMAPS) toggle_buddy_pixmaps(); - if (option == OPT_BLIST_GREY_IDLERS) - update_idle_times(); - - if (option == OPT_BLIST_SHOW_IDLETIME) + if ((option == OPT_BLIST_GREY_IDLERS) || (option == OPT_BLIST_SHOW_IDLETIME)) update_idle_times(); }