src/prefs.c

changeset 910
6ba4ccd89be8
parent 909
83af8c8b993b
child 915
73495897d670
--- a/src/prefs.c	Thu Sep 14 22:11:28 2000 +0000
+++ b/src/prefs.c	Thu Sep 14 22:27:33 2000 +0000
@@ -1764,8 +1764,8 @@
 
 	if (blist) update_button_pix();
 
-	update_chat_button_pix();
-	update_im_button_pix();
+	if ((int)option == OPT_DISP_CHAT_SHOW_TEXT) update_chat_button_pix();
+	if ((int)option == OPT_DISP_CONV_SHOW_TEXT) update_im_button_pix();
 
 #ifdef USE_APPLET
 	update_pixmaps();

mercurial