diff src/gtkprefs.c @ 10354:0c985021a1d8

[gaim-migrate @ 11571] Removed "Auto-expand contacts," defaulted to "no." Added the auto-expand functionality to when a drag is being accepted (useful for organizing your list and for choosing a specific account to file transfer to if need be). I may have missed a few kinks in changing it over, so test this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 13 Dec 2004 02:17:04 +0000
parents fc7168f9ecb0
children d3545b0c6b1c
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon Dec 13 02:02:05 2004 +0000
+++ b/src/gtkprefs.c	Mon Dec 13 02:17:04 2004 +0000
@@ -855,8 +855,6 @@
 	vbox = gaim_gtk_make_frame (ret, _("Buddy Display"));
 	gaim_gtk_prefs_checkbox(_("Show more buddy details"),
 			"/gaim/gtk/blist/show_buddy_icons", vbox);
-	gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"),
-			"/gaim/gtk/blist/auto_expand_contacts", vbox);
 
 	gtk_widget_show_all(ret);