src/prefs.c

changeset 4725
2811a6dd9397
parent 4718
688c861c8b63
child 4755
64ee7fb9cdba
--- 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());
+
+	
 
 }
 

mercurial