diff src/gtkprefs.c @ 8897:8ffd1679df93

[gaim-migrate @ 9666] Remove New window width, new window heigh, entry field height and hide on send. The width and height prefs still need to update themselves when the conversation window is resized. Any volunteers? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 23:56:52 +0000
parents dd6b4f259f5b
children 7a67c459ab8f
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu May 06 22:38:01 2004 +0000
+++ b/src/gtkprefs.c	Thu May 06 23:56:52 2004 +0000
@@ -973,16 +973,8 @@
 
 	gtk_size_group_add_widget(sg, widge);
 	gtk_misc_set_alignment(GTK_MISC(widge), 0, 0);
-	gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _width:"),
-			"/gaim/gtk/conversations/im/default_width", 25, 9999, sg);
-	gaim_gtk_prefs_labeled_spin_button(vbox, _("New window _height:"),
-			"/gaim/gtk/conversations/im/default_height", 25, 9999, sg);
-	gaim_gtk_prefs_labeled_spin_button(vbox, _("_Entry field height:"),
-			"/gaim/gtk/conversations/im/entry_height", 25, 9999, sg);
 	gaim_gtk_prefs_checkbox(_("_Raise window on events"),
 			"/gaim/gtk/conversations/im/raise_on_events", vbox);
-	gaim_gtk_prefs_checkbox(_("Hide window on _send"),
-			"/gaim/gtk/conversations/im/hide_on_send", vbox);
 	gtk_widget_show (vbox);
 #endif /* PREFSLASH04 */
 	vbox = gaim_gtk_make_frame (ret, _("Buddy Icons"));