comparison src/gtkprefs.c @ 10351:7fcdd669eb49

[gaim-migrate @ 11566] Removed "Show idle times" and "Show warning levels" in the buddy list and renamed "Show buddy icons" to something maybe more useful. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 13 Dec 2004 01:24:19 +0000
parents 655c48791b3c
children fc7168f9ecb0
comparison
equal deleted inserted replaced
10350:d962fc7778f1 10351:7fcdd669eb49
851 "/gaim/gtk/blist/sort_type", l); 851 "/gaim/gtk/blist/sort_type", l);
852 852
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 buddy _icons"), 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(_("Show _warning levels"),
859 "/gaim/gtk/blist/show_warning_level", vbox);
860 gaim_gtk_prefs_checkbox(_("Show idle _times"),
861 "/gaim/gtk/blist/show_idle_time", vbox);
862 gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"), 858 gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"),
863 "/gaim/gtk/blist/auto_expand_contacts", vbox); 859 "/gaim/gtk/blist/auto_expand_contacts", vbox);
864 860
865 gtk_widget_show_all(ret); 861 gtk_widget_show_all(ret);
866 862