--- a/src/prefs.c Wed Mar 12 11:37:31 2003 +0000 +++ b/src/prefs.c Wed Mar 12 12:35:02 2003 +0000 @@ -1977,8 +1977,16 @@ if (option == OPT_BLIST_NO_BUTTONS || option == OPT_BLIST_NO_BUTTONS) gaim_gtk_blist_update_toolbar(); - else + else if (option == OPT_BLIST_SHOW_WARN || + option == OPT_BLIST_SHOW_IDLETIME) + gaim_gtk_blist_update_columns(); + else if (option == OPT_BLIST_SHOW_ICONS) { gaim_gtk_blist_refresh(gaim_get_blist()); + gaim_gtk_blist_update_columns(); + } else + gaim_gtk_blist_refresh(gaim_get_blist()); + + }