comparison src/prefs.c @ 4089:7f4f3aa61069

[gaim-migrate @ 4304] Changing the button style in Preferences no longer reverts conversation windows to the old style. It should work now. Pictures, Text, and Pictures & Text all work for IMs and chats here. However, there may be bugs, so let me know. Note that the style you select is not applied to newly created windows during the same session or when gaim is restarted. This isn't my fault! :) This probably broke during either the preferences or conversations rewrite. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 17 Dec 2002 04:44:00 +0000
parents 4b04ecb3eb97
children 260ebd4bdc8d
comparison
equal deleted inserted replaced
4088:97003c0ef184 4089:7f4f3aa61069
1952 update_im_tabs(); 1952 update_im_tabs();
1953 else if (clear == (OPT_IM_BUTTON_TEXT | OPT_IM_BUTTON_XPM)) 1953 else if (clear == (OPT_IM_BUTTON_TEXT | OPT_IM_BUTTON_XPM))
1954 update_im_button_pix(); 1954 update_im_button_pix();
1955 } else if (option == (int*)&chat_options) { 1955 } else if (option == (int*)&chat_options) {
1956 if (clear == (OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB)) 1956 if (clear == (OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB))
1957 update_im_tabs(); 1957 update_chat_tabs();
1958 else if (clear == (OPT_CHAT_BUTTON_TEXT | OPT_CHAT_BUTTON_XPM)) 1958 else if (clear == (OPT_CHAT_BUTTON_TEXT | OPT_CHAT_BUTTON_XPM))
1959 update_im_button_pix(); 1959 update_chat_button_pix();
1960 } else if (option == (int*)&blist_options) { 1960 } else if (option == (int*)&blist_options) {
1961 set_blist_tab(); 1961 set_blist_tab();
1962 } 1962 }
1963 } 1963 }
1964 1964