comparison src/gtkprefs.c @ 7092:f89146deac3d

[gaim-migrate @ 7657] Apparently this was in here twice. I'm hoping that taking it out will fix https://sourceforge.net/tracker/index.php?func=detail&aid=774755&group_id=235&atid=100235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 01 Oct 2003 01:47:52 +0000
parents 5a45833dd253
children 2343c3aa1dec
comparison
equal deleted inserted replaced
7091:7b31e3e22f59 7092:f89146deac3d
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);