comparison src/gtkprefs.c @ 8941:71fddf3f340d

[gaim-migrate @ 9711] Eradicate the two tab completion preferences. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 00:26:08 +0000
parents 4e59af6cc8de
children 06f47021ddd3
comparison
equal deleted inserted replaced
8940:b875f5d57b81 8941:71fddf3f340d
1048 _("None"), GAIM_BUTTON_NONE, 1048 _("None"), GAIM_BUTTON_NONE,
1049 NULL); 1049 NULL);
1050 1050
1051 gtk_size_group_add_widget(sg, dd); 1051 gtk_size_group_add_widget(sg, dd);
1052 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); 1052 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0);
1053 gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _width:"),
1054 "/gaim/gtk/conversations/chat/default_width", 25, 9999, sg);
1055 gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _height:"),
1056 "/gaim/gtk/conversations/chat/default_height", 25, 9999, sg);
1057 gaim_gtk_prefs_labeled_spin_button(vbox, _("_Entry field height:"),
1058 "/gaim/gtk/conversations/chat/entry_height", 25, 9999, sg);
1059 gaim_gtk_prefs_checkbox(_("_Raise window on events"), 1053 gaim_gtk_prefs_checkbox(_("_Raise window on events"),
1060 "/gaim/gtk/conversations/chat/raise_on_events", vbox); 1054 "/gaim/gtk/conversations/chat/raise_on_events", vbox);
1061
1062 vbox = gaim_gtk_make_frame (ret, _("Tab Completion"));
1063 gaim_gtk_prefs_checkbox(_("_Tab-complete nicks"),
1064 "/gaim/gtk/conversations/chat/tab_completion", vbox);
1065 gaim_gtk_prefs_checkbox(_("_Old-style tab completion"),
1066 "/gaim/gtk/conversations/chat/old_tab_complete", vbox);
1067 #endif /* PREFSLASH04 */ 1055 #endif /* PREFSLASH04 */
1068 vbox = gaim_gtk_make_frame (ret, _("Display")); 1056 vbox = gaim_gtk_make_frame (ret, _("Display"));
1069 #if 0 /* PREFSLASH04 */ 1057 #if 0 /* PREFSLASH04 */
1070 gaim_gtk_prefs_checkbox(_("_Show people joining in window"), 1058 gaim_gtk_prefs_checkbox(_("_Show people joining in window"),
1071 "/core/conversations/chat/show_join", vbox); 1059 "/core/conversations/chat/show_join", vbox);
3014 "/gaim/gtk/sound/signon"); 3002 "/gaim/gtk/sound/signon");
3015 3003
3016 /* Remove some no-longer-used prefs */ 3004 /* Remove some no-longer-used prefs */
3017 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); 3005 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links");
3018 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys"); 3006 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys");
3019 } 3007 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
3008 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
3009 }