# HG changeset patch # User Mark Doliner # Date 1064972872 0 # Node ID f89146deac3d32142fb7c6b1800f2db52be47b3d # Parent 7b31e3e22f59d4d4560f7809793bf77eb3ee614a [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 diff -r 7b31e3e22f59 -r f89146deac3d src/gtkprefs.c --- a/src/gtkprefs.c Wed Oct 01 01:37:59 2003 +0000 +++ b/src/gtkprefs.c Wed Oct 01 01:47:52 2003 +0000 @@ -1484,9 +1484,6 @@ prefs_checkbox(_("Send auto-response in active conversations"), "/core/away/auto_response/in_active_conv", vbox); - auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", - auto_resp_changed_cb, hbox); - if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) gtk_widget_set_sensitive(hbox, FALSE);