changeset 878:ef4bff967e89

[gaim-migrate @ 888] no more daemons committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Sep 2000 08:57:13 +0000
parents 0415a7e30328
children 1d94f426ae62
files src/prefs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Mon Sep 11 08:54:54 2000 +0000
+++ b/src/prefs.c	Mon Sep 11 08:57:13 2000 +0000
@@ -346,7 +346,6 @@
 
 	gaim_button(_("Hide IM/Info/Chat buttons"), &display_options, OPT_DISP_NO_BUTTONS, box);
 	gaim_button(_("Show pictures on buttons"), &display_options, OPT_DISP_SHOW_BUTTON_XPM, box);
-	gaim_button(_("Use Daemon pictures"), &display_options, OPT_DISP_DEVIL_PIXMAPS, box);
 
 	sep = gtk_hseparator_new();
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);