src/prefs.c

changeset 834
11fe3931b832
parent 832
138962a0d570
child 855
5e36951d919b
--- a/src/prefs.c	Sat Sep 02 10:57:07 2000 +0000
+++ b/src/prefs.c	Sat Sep 02 12:46:05 2000 +0000
@@ -703,6 +703,7 @@
 	gtk_widget_show(label);
 
 	gaim_button(_("Show people joining/leaving in window"), &display_options, OPT_DISP_CHAT_LOGON, box);
+	gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CHAT_SHOW_TEXT, box);
 	gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_CHAT, box);
 
 	gtk_widget_show(prefdialog);
@@ -1628,6 +1629,8 @@
 
 	if (blist) update_button_pix();
 
+	update_chat_button_pix();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif

mercurial