diff src/prefs.c @ 150:d4e99c17e399

[gaim-migrate @ 160] Added daemon pixmaps, for all you BSD'ers out there. I really don't like the buddy chat one though, someone please redo it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 23 Apr 2000 23:30:50 +0000
parents 45bcfa3b584c
children 789c792ed14b
line wrap: on
line diff
--- a/src/prefs.c	Sun Apr 23 23:27:29 2000 +0000
+++ b/src/prefs.c	Sun Apr 23 23:30:50 2000 +0000
@@ -713,9 +713,8 @@
 	gaim_button("Transparent text window (experimental)", &transparent, appbox );
 #endif
 	gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox );
-#ifdef USE_APPLET
-	gaim_button("Use devil icons in applet", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox );
-#endif
+	gaim_button("Use devil icons", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox );
+	
 	
 	
 	gaim_button("Bold Text", &font_options, OPT_FONT_BOLD, fontbox);