comparison 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
comparison
equal deleted inserted replaced
10353:fc7168f9ecb0 10354:0c985021a1d8
853 g_list_free(l); 853 g_list_free(l);
854 854
855 vbox = gaim_gtk_make_frame (ret, _("Buddy Display")); 855 vbox = gaim_gtk_make_frame (ret, _("Buddy Display"));
856 gaim_gtk_prefs_checkbox(_("Show more buddy details"), 856 gaim_gtk_prefs_checkbox(_("Show more buddy details"),
857 "/gaim/gtk/blist/show_buddy_icons", vbox); 857 "/gaim/gtk/blist/show_buddy_icons", vbox);
858 gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"),
859 "/gaim/gtk/blist/auto_expand_contacts", vbox);
860 858
861 gtk_widget_show_all(ret); 859 gtk_widget_show_all(ret);
862 860
863 return ret; 861 return ret;
864 } 862 }