# HG changeset patch # User Eric Warmenhoven # Date 1004572014 0 # Node ID f04705b6dca7d40487df872469d9d4f7a81693ae # Parent 3618a207f1bf6319bd1a2e2d1e0cb58d49714eff [gaim-migrate @ 2658] i'm completely not thinking today. it doesn't matter because option will never equal two different things. but it still looks prettier. committer: Tailor Script diff -r 3618a207f1bf -r f04705b6dca7 src/prefs.c --- a/src/prefs.c Wed Oct 31 23:40:53 2001 +0000 +++ b/src/prefs.c Wed Oct 31 23:46:54 2001 +0000 @@ -2569,10 +2569,8 @@ if (!blist) return; - if (option == OPT_BLIST_NO_BUTTONS) { + if (option == OPT_BLIST_NO_BUTTONS) build_imchat_box(!(blist_options & OPT_BLIST_NO_BUTTONS)); - update_button_pix(); - } if (option == OPT_BLIST_SHOW_GRPNUM) update_num_groups(); @@ -2580,7 +2578,7 @@ if (option == OPT_BLIST_NO_MT_GRP) toggle_show_empty_groups(); - if (option == OPT_BLIST_SHOW_BUTTON_XPM) + if ((option == OPT_BLIST_SHOW_BUTTON_XPM) || (option == OPT_BLIST_NO_BUTTONS)) update_button_pix(); if (option == OPT_BLIST_SHOW_PIXMAPS)