diff 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
line wrap: on
line diff
--- a/src/prefs.c	Tue Dec 17 03:36:40 2002 +0000
+++ b/src/prefs.c	Tue Dec 17 04:44:00 2002 +0000
@@ -1954,9 +1954,9 @@
 			update_im_button_pix();
 	} else if (option == (int*)&chat_options) {
 		if (clear == (OPT_CHAT_SIDE_TAB | OPT_CHAT_BR_TAB))
-			update_im_tabs();
+			update_chat_tabs();
 		else if (clear == (OPT_CHAT_BUTTON_TEXT | OPT_CHAT_BUTTON_XPM))
-			update_im_button_pix();
+			update_chat_button_pix();
 	} else if (option == (int*)&blist_options) {
 		set_blist_tab();
 	}