comparison 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
comparison
equal deleted inserted replaced
833:8d8ef8c3afe2 834:bac7089491c1
701 label = gtk_label_new(_("All options take effect immediately unless otherwise noted.")); 701 label = gtk_label_new(_("All options take effect immediately unless otherwise noted."));
702 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 702 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
703 gtk_widget_show(label); 703 gtk_widget_show(label);
704 704
705 gaim_button(_("Show people joining/leaving in window"), &display_options, OPT_DISP_CHAT_LOGON, box); 705 gaim_button(_("Show people joining/leaving in window"), &display_options, OPT_DISP_CHAT_LOGON, box);
706 gaim_button(_("Show buttons with text"), &display_options, OPT_DISP_CHAT_SHOW_TEXT, box);
706 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_CHAT, box); 707 gaim_button(_("Raise windows on events"), &general_options, OPT_GEN_POPUP_CHAT, box);
707 708
708 gtk_widget_show(prefdialog); 709 gtk_widget_show(prefdialog);
709 } 710 }
710 711
1626 1627
1627 if (blist) build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS)); 1628 if (blist) build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS));
1628 1629
1629 if (blist) update_button_pix(); 1630 if (blist) update_button_pix();
1630 1631
1632 update_chat_button_pix();
1633
1631 #ifdef USE_APPLET 1634 #ifdef USE_APPLET
1632 update_pixmaps(); 1635 update_pixmaps();
1633 #endif 1636 #endif
1634 1637
1635 save_prefs(); 1638 save_prefs();