diff src/prefs.c @ 82:05077cb276d4

[gaim-migrate @ 92] Made it very easy to switch between penguin and devil icons in the applet. Also made it so that it would find the icons better (through use of nifty GNOME functions I accidentally found). Other little touch-ups here and there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 08:22:38 +0000
parents 99d91a6c2fbf
children 51943f1a97a0
line wrap: on
line diff
--- a/src/prefs.c	Wed Apr 05 07:21:34 2000 +0000
+++ b/src/prefs.c	Wed Apr 05 08:22:38 2000 +0000
@@ -105,6 +105,10 @@
 
 	if (blist) update_button_pix();
 
+#if USE_APPLET
+	update_pixmaps();
+#endif
+
 	save_prefs();
 }
 
@@ -708,6 +712,9 @@
 	gaim_button("Transparent text window (experimental)", &transparent, appbox );
 #endif
 	gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox );
+#if USE_APPLET
+	gaim_button("Use devil icons in applet", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox );
+#endif
 	
 	
 	gaim_button("Bold Text", &font_options, OPT_FONT_BOLD, fontbox);