comparison src/gtkprefs.c @ 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 413aad27f728
children 1ab2a9c17f4a
comparison
equal deleted inserted replaced
8854:ec932c66392b 8855:831da5209d83
945 vbox); 945 vbox);
946 946
947 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { 947 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) {
948 gtk_widget_set_sensitive(GTK_WIDGET(icons_checkbox), FALSE); 948 gtk_widget_set_sensitive(GTK_WIDGET(icons_checkbox), FALSE);
949 } 949 }
950 */
951 950
952 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked", 951 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked",
953 G_CALLBACK(gaim_gtk_toggle_sensitive), icons_checkbox); 952 G_CALLBACK(gaim_gtk_toggle_sensitive), icons_checkbox);
953 */
954 954
955 gtk_widget_show_all(ret); 955 gtk_widget_show_all(ret);
956 956
957 return ret; 957 return ret;
958 } 958 }
1622 gaim_gtk_prefs_checkbox(_("_Only send auto-response when idle"), 1622 gaim_gtk_prefs_checkbox(_("_Only send auto-response when idle"),
1623 "/core/away/auto_response/idle_only", vbox); 1623 "/core/away/auto_response/idle_only", vbox);
1624 /* 1624 /*
1625 gaim_gtk_prefs_checkbox(_("Send auto-response in _active conversations"), 1625 gaim_gtk_prefs_checkbox(_("Send auto-response in _active conversations"),
1626 "/core/away/auto_response/in_active_conv", vbox); 1626 "/core/away/auto_response/in_active_conv", vbox);
1627 */
1628 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) 1627 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled"))
1629 gtk_widget_set_sensitive(hbox, FALSE); 1628 gtk_widget_set_sensitive(hbox, FALSE);
1630 1629
1631 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", 1630 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled",
1632 auto_resp_changed_cb, hbox); 1631 auto_resp_changed_cb, hbox);
1632 */
1633 1633
1634 vbox = gaim_gtk_make_frame (ret, _("Idle")); 1634 vbox = gaim_gtk_make_frame (ret, _("Idle"));
1635 dd = gaim_gtk_prefs_dropdown(vbox, _("Idle _time reporting:"), 1635 dd = gaim_gtk_prefs_dropdown(vbox, _("Idle _time reporting:"),
1636 GAIM_PREF_STRING, "/gaim/gtk/idle/reporting_method", 1636 GAIM_PREF_STRING, "/gaim/gtk/idle/reporting_method",
1637 _("None"), "none", 1637 _("None"), "none",