comparison src/prefs.c @ 2644:3618a207f1bf

[gaim-migrate @ 2657] better to only do this once. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 31 Oct 2001 23:40:53 +0000
parents c133c9499f23
children f04705b6dca7
comparison
equal deleted inserted replaced
2643:df64d7ca0e03 2644:3618a207f1bf
2584 update_button_pix(); 2584 update_button_pix();
2585 2585
2586 if (option == OPT_BLIST_SHOW_PIXMAPS) 2586 if (option == OPT_BLIST_SHOW_PIXMAPS)
2587 toggle_buddy_pixmaps(); 2587 toggle_buddy_pixmaps();
2588 2588
2589 if (option == OPT_BLIST_GREY_IDLERS) 2589 if ((option == OPT_BLIST_GREY_IDLERS) || (option == OPT_BLIST_SHOW_IDLETIME))
2590 update_idle_times();
2591
2592 if (option == OPT_BLIST_SHOW_IDLETIME)
2593 update_idle_times(); 2590 update_idle_times();
2594 } 2591 }
2595 2592
2596 static void set_convo_option(GtkWidget *w, int option) 2593 static void set_convo_option(GtkWidget *w, int option)
2597 { 2594 {