diff src/prefs.c @ 834:bac7089491c1

[gaim-migrate @ 844] redesigned chat page a bit, and fixed some libfaim stuff. oh, and made some FIXME's more informative. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Sep 2000 12:46:05 +0000
parents 0142b4c66394
children 82673bb41e2f
line wrap: on
line diff
--- 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