diff 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
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon Dec 13 01:19:05 2004 +0000
+++ b/src/gtkprefs.c	Mon Dec 13 01:24:19 2004 +0000
@@ -853,12 +853,8 @@
 	g_list_free(l);
 
 	vbox = gaim_gtk_make_frame (ret, _("Buddy Display"));
-	gaim_gtk_prefs_checkbox(_("Show buddy _icons"),
+	gaim_gtk_prefs_checkbox(_("Show more buddy details"),
 			"/gaim/gtk/blist/show_buddy_icons", vbox);
-	gaim_gtk_prefs_checkbox(_("Show _warning levels"),
-			"/gaim/gtk/blist/show_warning_level", vbox);
-	gaim_gtk_prefs_checkbox(_("Show idle _times"),
-			"/gaim/gtk/blist/show_idle_time", vbox);
 	gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"),
 			"/gaim/gtk/blist/auto_expand_contacts", vbox);