| 1482 prefs_checkbox(_("_Only send auto-response when idle"), |
1482 prefs_checkbox(_("_Only send auto-response when idle"), |
| 1483 "/core/away/auto_response/idle_only", vbox); |
1483 "/core/away/auto_response/idle_only", vbox); |
| 1484 prefs_checkbox(_("Send auto-response in active conversations"), |
1484 prefs_checkbox(_("Send auto-response in active conversations"), |
| 1485 "/core/away/auto_response/in_active_conv", vbox); |
1485 "/core/away/auto_response/in_active_conv", vbox); |
| 1486 |
1486 |
| 1487 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", |
|
| 1488 auto_resp_changed_cb, hbox); |
|
| 1489 |
|
| 1490 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) |
1487 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) |
| 1491 gtk_widget_set_sensitive(hbox, FALSE); |
1488 gtk_widget_set_sensitive(hbox, FALSE); |
| 1492 |
1489 |
| 1493 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", |
1490 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", |
| 1494 auto_resp_changed_cb, hbox); |
1491 auto_resp_changed_cb, hbox); |