diff 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
line wrap: on
line diff
--- a/src/prefs.c	Mon Mar 10 19:59:10 2003 +0000
+++ b/src/prefs.c	Mon Mar 10 22:07:59 2003 +0000
@@ -1975,7 +1975,10 @@
 	if (!gtkblist)
 		return;
 	
-	gaim_gtk_blist_refresh(gaim_get_blist());
+	if (option == OPT_BLIST_NO_BUTTONS || option == OPT_BLIST_NO_BUTTONS)
+		gaim_gtk_blist_update_toolbar();
+	else
+		gaim_gtk_blist_refresh(gaim_get_blist());
 
 }