[gaim-migrate @ 1306]

Mon, 18 Dec 2000 23:31:04 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 18 Dec 2000 23:31:04 +0000
changeset 1296
5b08d01899e0
parent 1295
2377f3ba05f3
child 1297
d13c95db7d8c

[gaim-migrate @ 1306]
made the pixmaps work correctly

src/prefs.c file | annotate | diff | comparison | revisions
--- 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

mercurial