diff src/gtkprefs.c @ 10100:fad5d3354cc1

[gaim-migrate @ 11123] The slashing begins. I moved the formatting bindings to gtk_binding stuff from a key_press_event. This will not interfere with gtkrc keybindings. I'm hoping moving GDK_Enter here will fix the input method bug, but I'll try that some other time. This took me FOREVER to figure out. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Oct 2004 03:14:46 +0000
parents 9fdbfe832fac
children f0100b414d98
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu Oct 14 18:15:10 2004 +0000
+++ b/src/gtkprefs.c	Fri Oct 15 03:14:46 2004 +0000
@@ -885,12 +885,6 @@
 	gaim_gtk_prefs_checkbox(_("_Escape closes window"),
 			"/gaim/gtk/conversations/escape_closes", vbox);
 
-	vbox = gaim_gtk_make_frame(ret, _("Insertions"));
-	gaim_gtk_prefs_checkbox(_("Control-{B/I/U} changes _formatting"),
-			"/gaim/gtk/conversations/html_shortcuts", vbox);
-	gaim_gtk_prefs_checkbox(_("Control-(number) _inserts smileys"),
-			"/gaim/gtk/conversations/smiley_shortcuts", vbox);
-
 	gtk_widget_show_all(ret);
 	return ret;
 }