comparison src/prefs.c @ 910:568bb0f5c921

[gaim-migrate @ 920] it would be good if every little display option didn't affect every convo window committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Sep 2000 22:27:33 +0000
parents 9f2afe5faed5
children 378c862a2381
comparison
equal deleted inserted replaced
909:9f2afe5faed5 910:568bb0f5c921
1762 1762
1763 if (blist) build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS)); 1763 if (blist) build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS));
1764 1764
1765 if (blist) update_button_pix(); 1765 if (blist) update_button_pix();
1766 1766
1767 update_chat_button_pix(); 1767 if ((int)option == OPT_DISP_CHAT_SHOW_TEXT) update_chat_button_pix();
1768 update_im_button_pix(); 1768 if ((int)option == OPT_DISP_CONV_SHOW_TEXT) update_im_button_pix();
1769 1769
1770 #ifdef USE_APPLET 1770 #ifdef USE_APPLET
1771 update_pixmaps(); 1771 update_pixmaps();
1772 #endif 1772 #endif
1773 1773