diff src/prefs.c @ 1711:9b86520e04ac

[gaim-migrate @ 1721] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 17:35:34 +0000
parents a312d64a995d
children d2eca7a46cfd
line wrap: on
line diff
--- a/src/prefs.c	Fri Apr 13 10:50:33 2001 +0000
+++ b/src/prefs.c	Fri Apr 13 17:35:34 2001 +0000
@@ -2122,6 +2122,9 @@
 	if ((int)option == OPT_DISP_ONE_CHAT_WINDOW)
 		chat_tabize();
 
+	if ((int)option == OPT_DISP_SHOW_PIXMAPS)
+		toggle_buddy_pixmaps();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif