changeset 8855:831da5209d83

[gaim-migrate @ 9622] not that i'll let us ship prefs in its current condition, but at least we can comment out all the parts we meant to committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 01 May 2004 22:40:21 +0000
parents ec932c66392b
children 247d963f8dcb
files src/gtkprefs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Sat May 01 22:27:29 2004 +0000
+++ b/src/gtkprefs.c	Sat May 01 22:40:21 2004 +0000
@@ -947,10 +947,10 @@
 	if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) {
 		gtk_widget_set_sensitive(GTK_WIDGET(icons_checkbox), FALSE);
 		}
-	*/
 
 	g_signal_connect(G_OBJECT(tabs_checkbox), "clicked",
 					 G_CALLBACK(gaim_gtk_toggle_sensitive), icons_checkbox);
+	*/
 
 	gtk_widget_show_all(ret);
 
@@ -1624,12 +1624,12 @@
 	/*	
 	  gaim_gtk_prefs_checkbox(_("Send auto-response in _active conversations"),
 				  "/core/away/auto_response/in_active_conv", vbox);
-	*/
 	if (!gaim_prefs_get_bool("/core/away/auto_response/enabled"))
 		gtk_widget_set_sensitive(hbox, FALSE);
 
 	auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled",
 												  auto_resp_changed_cb, hbox);
+	*/
 
 	vbox = gaim_gtk_make_frame (ret, _("Idle"));
 	dd = gaim_gtk_prefs_dropdown(vbox, _("Idle _time reporting:"),