# HG changeset patch # User Eric Warmenhoven # Date 977182264 0 # Node ID 11e5b1220028dace7039916216c02a29945510dd # Parent 13e68fb13744be12eb231e41a5ecacaf083a83ec [gaim-migrate @ 1306] made the pixmaps work correctly committer: Tailor Script diff -r 13e68fb13744 -r 11e5b1220028 src/prefs.c --- a/src/prefs.c Mon Dec 18 23:13:45 2000 +0000 +++ b/src/prefs.c Mon Dec 18 23:31:04 2000 +0000 @@ -2023,8 +2023,10 @@ { display_options = display_options ^ (int)option; - if (blist && ((int)option == OPT_DISP_NO_BUTTONS)) + if (blist && ((int)option == OPT_DISP_NO_BUTTONS)) { build_imchat_box(!(display_options & OPT_DISP_NO_BUTTONS)); + update_button_pix(); + } if (blist && ((int)option == OPT_DISP_SHOW_GRPNUM)) update_num_groups(); @@ -2032,6 +2034,9 @@ if (blist && ((int)option == OPT_DISP_NO_MT_GRP)) toggle_show_empty_groups(); + if (blist && ((int)option == OPT_DISP_SHOW_BUTTON_XPM)) + update_button_pix(); + #ifdef USE_APPLET update_pixmaps(); #endif