comparison src/prefs.c @ 4697:4be12ff42986

[gaim-migrate @ 5008] I hand merged patches from Ka-Hing Cheung (not Ha-King, as I accidentally slipped on last night) and Nathan Conrad and combined it with some of my own code. Thanks, guys. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 10 Mar 2003 22:07:59 +0000
parents 4bdd9a5fd026
children e52e19e33227
comparison
equal deleted inserted replaced
4696:abec345c8c92 4697:4be12ff42986
1973 blist_options ^= option; 1973 blist_options ^= option;
1974 1974
1975 if (!gtkblist) 1975 if (!gtkblist)
1976 return; 1976 return;
1977 1977
1978 gaim_gtk_blist_refresh(gaim_get_blist()); 1978 if (option == OPT_BLIST_NO_BUTTONS || option == OPT_BLIST_NO_BUTTONS)
1979 gaim_gtk_blist_update_toolbar();
1980 else
1981 gaim_gtk_blist_refresh(gaim_get_blist());
1979 1982
1980 } 1983 }
1981 1984
1982 static void set_convo_option(GtkWidget *w, int option) 1985 static void set_convo_option(GtkWidget *w, int option)
1983 { 1986 {