# HG changeset patch
# User Eric Warmenhoven <eric@warmenhoven.org>
# Date 968970453 0
# Node ID 568bb0f5c92113619675d3906de901112daf4044
# Parent  9f2afe5faed579dd2e2293d2d032761b02de6559
[gaim-migrate @ 920]
it would be good if every little display option didn't affect every convo window

committer: Tailor Script <tailor@pidgin.im>

diff -r 9f2afe5faed5 -r 568bb0f5c921 TODO
--- a/TODO	Thu Sep 14 22:11:28 2000 +0000
+++ b/TODO	Thu Sep 14 22:27:33 2000 +0000
@@ -1,5 +1,4 @@
 --- STUFF FOR 0.10.1 RELEASE ---
-	Apply/Cancel/OK in Prefs instead of just "Close" (I don't want this...)
 	Allow users to select sounds for various events
 	Execute Command on Buddy Pounce
 	Have a page in the prefs for the Applet
diff -r 9f2afe5faed5 -r 568bb0f5c921 src/prefs.c
--- 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();