comparison src/gtkprefs.c @ 8884:dd6b4f259f5b

[gaim-migrate @ 9653] Eradicate "Show logins in window" Sorry if these commit emails piss you off committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 05:10:15 +0000
parents 7e6ab16d3549
children 8ffd1679df93
comparison
equal deleted inserted replaced
8883:7e6ab16d3549 8884:dd6b4f259f5b
989 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), 989 gaim_gtk_prefs_checkbox(_("Show buddy _icons"),
990 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); 990 "/gaim/gtk/conversations/im/show_buddy_icons", vbox);
991 gaim_gtk_prefs_checkbox(_("Enable buddy icon a_nimation"), 991 gaim_gtk_prefs_checkbox(_("Enable buddy icon a_nimation"),
992 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); 992 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox);
993 993
994 #if 0 /* PREFSLASH04 */
995 vbox = gaim_gtk_make_frame (ret, _("Display"));
996 gaim_gtk_prefs_checkbox(_("Show _logins in window"),
997 "/core/conversations/im/show_login", vbox);
998 #endif /* PREFSLASH04 */
999 vbox = gaim_gtk_make_frame (ret, _("Typing Notification")); 994 vbox = gaim_gtk_make_frame (ret, _("Typing Notification"));
1000 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"), 995 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"),
1001 "/core/conversations/im/send_typing", vbox); 996 "/core/conversations/im/send_typing", vbox);
1002 997
1003 gtk_widget_show_all(ret); 998 gtk_widget_show_all(ret);