src/prefs.c

changeset 4697
61a7b2a1f2e6
parent 4695
82df59fb9931
child 4700
07c587b384a3
--- 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());
 
 }
 

mercurial